tea-icons-react
v1.0.51
Published
## 安装 - `npm i tea-icons-react`
Downloads
268
Readme
tea-icons 组件库
安装
npm i tea-icons-react
// 按需加载使用举例
import { CloseIcon, TimeIcon } from "tea-icons-react";
<CloseIcon />;
// 全量加载使用举例
import Icon from "tea-icons-react";
<Icon name="xxx" />;
支持多色图标颜色修改
支持方法
- 🎨 colors 修改svg图标颜色
- 🔥 hover 修改svg hover颜色
- 🔐 onClick 点击事件
- 🔇 disable
- 🔍️ size 大小,支持:'small' | 'medium' | 'large' | string | number;
- 🚀 style?: CSSProperties; and className?: string;
- 🌐 className
最新提交
- youngerwang
- 新增debug
📸 通过figma插件 Ruyi Icons Autopipe 流水线构建生成