0.0.7 • Published 2 years ago

@deriv/components v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@deriv/components is a UI component library made for ReactJS that conforms to the Deriv Design System. Check out our Storybook for development documentation.

vercel deployment npm version npm downloads commit activity follow github

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