Icon🐳
Icon 以图形的形式表达含义
代码演示
import { UIcon } from 'ungeui';
图标资源
关于图标资源,我们采取了与组件库分离的形式,你可以在此处选取你想要的图标,并引入你的项目中
当然,我们预置了一些常用的 Icon,并提供您安装
yarn add -D @ungeui/icons
导入 Icon 示例:
import { IconClock } from @ungeui/icons
图标大小🔥
图标颜色🌈
@ungeui/icons图标示例👑
Props
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
size | 自定义大小 | number | string | 30px |
color | 自定义颜色 | string | undefind |