tabler icons react
Version 1.56.0
警告
该软件包不再维护,因为现在有一个官方的React组件包适用于表格图标 - @table/iCons-reactce。
表图标的一个反应组件库 - 一组免费的700个开源的MIT许可图标。
该软件包可通过NPM获得,可以使用npm或yarn安装:
# npm
npm install tabler-icons-react
# yarn
yarn add tabler-icons-react安装软件包后,您可以作为React组件导入表格图标,如下所示:
import { Activity } from 'tabler-icons-react' ; import React from 'react' ;
import { Activity } from 'tabler-icons-react' ;
export default function Example ( ) {
return (
< div >
< Activity size = { 48 } color = "red" />
</ div >
) ;
} 每个图标组件都接受以下道具:
| 支柱 | 默认 |
|---|---|
size | 24 |
color | 'currentColor' |
该项目已获得MIT许可。