no message

Former-commit-id: 47a7a9bc3043be945b5b7ac05adc761fe776bfaa
Former-commit-id: 368b7bdf350654c4ecfc51af6c374fc3b4a380ed
Former-commit-id: b124500f7ea527fff7ba5f0658811cf9033efd8e
This commit is contained in:
李杨
2018-02-16 22:39:39 +08:00
parent 59590cdaf2
commit 0643169f0d

View File

@@ -9,12 +9,15 @@
基本
```
// 并无卵用的使用方式 等于 name="font-awesome"
// 这样用没有毛病 但是也没什么用
<Icon></Icon>
// 指定图标名称
<Icon name="github"></Icon>
// 设置行内样式
<Icon name="github" style="font-size: 100px;"></Icon>
// 设置 class
<Icon name="github" class="icon-class-demo"></Icon>
```