A library of themeable and responsive UI components for React.
npm install @finibit/biscuitBiscuit is a library of themeable and responsive UI components for React.
``bash`
npm i @finibit/biscuit
`javascript
import { Theme, Heading } from '@finibit/biscuit'
`
You can view the documentation by downloading the repository and executing the following commands:
`bash``
npm install && npm run styleguide
After completion open your browser and navigate to http://localhost:6060