@deriv/ui
v0.8.0
Published
A UI library developed by Deriv
Downloads
1,746
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/uiDevelopment
To get started, first install all of the relevant packages by doing:
npm iThis 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