@deriv/components
@deriv/components is a UI component library made for ReactJS that conforms to the Deriv Design System. Check out our Storybook for development documentation.
![follow github](https://img.shields.io/github/stars/binary-com/deriv-components?style=social)
Usage
To use @deriv/components in your project, add it as a dependency:
npm i @deriv/components
Development
To get started, first install all of the relevant packages by doing:
npm i
This projects uses Storybook to showcase the components. You can serve the components by adding a stories component. See Implementation Guide. To start serving Storybook, simply run:
npm start