Icon 图标
介绍
基于Iconfont class的图标集,可以通过 Icon 组件使用
基础样式
通过 name 属性指定需要的图标,weView内置了一套图标库,可直接传入对应的名称来使用。
图标大小
通过size属性来设置图标的大小,可指定任意css单位,若没有指定单位则默认为px。
图标集合
view
view-off
message
message-unread
record
time
search
edit
link
share
setting
upload
download
play
region
discount
notification
notification-off
image
email
list
refresh
check
close
forbidden
info
help
caution
like
star
arrow-up
arrow-left
arrow-down
arrow-right
page-first
down-to-bottom
up-to-top
page-last
属性
属性 | 类型 | 默认值 | 含义 |
---|---|---|---|
name | string | - | 图标名称 |
size | string | 1rem | 图标大小 |
事件
事件名 | 说明 | 回调参数 |
---|---|---|
click | 点击图标时触发 | event: MouseEvent |