2.3.4 • Published 1 year ago

chonky-navteca-icon-fontawesome v2.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 });