@deriv/components is a UI component library made for ReactJS that conforms to the Deriv Design System. Check out our Storybook for development documentation.
To use @deriv/components in your project, add it as a dependency:
npm i @deriv/components
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