@first-approval/chonky-icon-fontawesome
v2.3.2
Published
FontAwesome icon component for Chonky file browser
Downloads
2
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.
Usage
npm install chonky@latest chonky-icon-fontawesome@latest
import { setChonkyDefaults } from '@first-approval/chonky';
import { ChonkyIconFA } from 'chonky-icon-fontawesome';
// Somewhere in your `index.ts`:
setChonkyDefaults({ iconComponent: ChonkyIconFA });