https://github.com/jsaaron/uniappvanticon
基于uni-app框架的Vant图标库
https://github.com/jsaaron/uniappvanticon
Last synced: 6 months ago
JSON representation
基于uni-app框架的Vant图标库
- Host: GitHub
- URL: https://github.com/jsaaron/uniappvanticon
- Owner: JsAaron
- Created: 2019-09-06T00:21:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T03:51:23.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T15:19:26.593Z (over 1 year ago)
- Size: 37.1 KB
- Stars: 4
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Icon 图标
用于展示 icon,组件名:``uni-icon``,代码块: uIcon。
**使用方式:**
在 ``script`` 中引用组件
```javascript
import uniIcon from "@/components/uni-icon/uni-icon.vue"
export default {
components: {uniIcon}
}
```
在 ``template`` 中使用组件
```html
```
**Icon 属性说明:**
|属性名 |类型|默认值 |说明|
|---|----|---|---|
|type |String |-|图标图案,参考下表|
|color |String |-|图标颜色 |
|size |Number |24|图标大小|
|@click |EventHandle|-|点击 Icon 触发事件|
**type 类型:**
图标效果参考:[https://youzan.github.io/vant/mobile.html?hide_nav=1&weapp=1#/zh-CN/icon](https://youzan.github.io/vant/mobile.html?hide_nav=1&weapp=1#/zh-CN/icon)