chonky-navteca-icon-fontawesome
v2.3.4
Published
FontAwesome icon component for Chonky file browser modified by Navteca LLC.
Downloads
8
Maintainers
Readme
chonky-icon-fontawesome
This package contains the icon component for Chonky, a file browser component for React. Please refer to the official documentation for usage instructions.
This version of the package has been modified by Navteca LLC. Newer versions of the Fortawesome package is being used, therefore some default icons are not available (i.e adobe brand icon).
Usage
npm install chonky-navteca@latest chonky-navteca-icon-fontawesome@latest
import { setChonkyDefaults } from 'chonky';
import { ChonkyIconFA } from 'chonky-icon-fontawesome';
// Somewhere in your `index.ts`:
setChonkyDefaults({ iconComponent: ChonkyIconFA });