2.3.2 • Published 10 months ago

@first-approval/chonky-icon-fontawesome v2.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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.

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