1.0.51 • Published 11 months ago

tea-icons-react v1.0.51

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

tea-icons 组件库

安装

  • npm i tea-icons-react
  // 按需加载使用举例
  import { CloseIcon, TimeIcon } from "tea-icons-react";

  <CloseIcon />;

  // 全量加载使用举例
  import Icon from "tea-icons-react";

  <Icon name="xxx" />;

支持多色图标颜色修改

支持方法

  1. 🎨 colors 修改svg图标颜色
  2. 🔥 hover 修改svg hover颜色
  3. 🔐 onClick 点击事件
  4. 🔇 disable
  5. 🔍️ size 大小,支持:'small' | 'medium' | 'large' | string | number;
  6. 🚀 style?: CSSProperties; and className?: string;
  7. 🌐 className

最新提交

  • youngerwang
  • 新增debug

📸 通过figma插件 Ruyi Icons Autopipe 流水线构建生成

1.0.51

11 months ago

1.0.50

11 months ago