tabler icons react
Version 1.56.0
警告
このパッケージは、タブラーアイコンの公式Reactコンポーネントパッケージ( @Table/Icons-React)があるため、維持されなくなりました。
タブラーアイコン用のReactコンポーネントのライブラリ - 無料の700を超えるオープンソースのMITライセンスアイコンのセット。
パッケージはNPM経由で利用でき、 npmまたはyarnを使用してインストールできます。
# npm
npm install tabler-icons-react
# yarn
yarn add tabler-icons-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ライセンスです。