feat: add demo page

This commit is contained in:
Sivan 2020-02-20 21:13:51 +08:00
parent d24deae404
commit 6cbbbbfd9b
12 changed files with 1223 additions and 7 deletions

View file

@ -23,7 +23,7 @@
1. 在页面的 `<head>` 标签中引入 `heti.css` 文件:
```
<link rel="stylesheet" href="./heti.css">
<link rel="stylesheet" href="./dist/heti.min.css">
```
1. 在要作用的容器元素上增加 `class="heti"` 的类名即可:。
```