Skip to content

finibit/biscuit

Repository files navigation

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

About

A library of styled components for React.

Resources

License

Stars

Watchers

Forks

Packages

No packages published