Package Exports
- tabler-icons-react
- tabler-icons-react/dist/bundle.js
- tabler-icons-react/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tabler-icons-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tabler-icons-react
A library of React components for Tabler Icons — a set of over free 700 open-sourced MIT-licensed icons.
Usage
The package is available via npm and can be installed using npm
or yarn
:
# npm
npm install tabler-icons-react
# yarn
yarn add tabler-icons-react
After installing the package you can import Tabler Icons as React components as follows:
import { Activity } from 'tabler-icons-react';
Example
import React from 'react';
import { Activity } from 'tabler-icons-react';
export default function Example() {
return (
<div>
<Activity size={48} color="red" />
</div>
);
}
Docs
Every icon component accepts following props:
Prop | Default |
---|---|
size |
24 |
color |
'currentColor' |
License
This project is MIT licensed.