@deriv/ui
v0.8.0
Published
A UI library developed by Deriv
Downloads
299
Readme
@deriv/ui is a UI component library made for ReactJS that conforms to the Deriv Design System. Check out our Storybook for development documentation.
Usage
To use @deriv/ui in your project, add it as a dependency:
npm i @deriv/ui
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