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許可。