0.2.5 • Published 2 years ago
@finibit/biscuit v0.2.5
Biscuit
Biscuit is a library of themeable and responsive UI components for React.
Installation
npm i @finibit/biscuit
Usage
import { Theme, Heading } from '@finibit/biscuit'
<Theme>
<Heading level={1}>Hello, yummy!</Heading>
</Theme>
Documentation
You can view the documentation by downloading the repository and executing the following commands:
npm install && npm run styleguide
After completion open your browser and navigate to http://localhost:6060