0.1.2 • Published 4 years ago

cereal-ui v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

:cookie: Cereal UI

A React UI components library.
Build Status

:mag: Preview

:link: To view already built components in storybook, checkout this storybook link: link

:rocket: Install

npm install cereal-ui --save

Usages

// import styles
import 'cereal-ui/dist/index.css'
// import component
import { Button } from 'cereal-ui'

What this project uses:

  • :fire: React with React hooks
  • :fire: Typescript
  • :rotating_light: Jest and React Testing Library for unit tests
  • :books: Storybook for local documentation and export to static page
  • :books: React-doc-gen for auto documentation generation
  • :package: Third party libraries (react-fontawsome, react0transition-group)
  • :rose: Styles (Sass).