Package Exports
- @deriv/ui
- @deriv/ui/dist/cjs/components.js
- @deriv/ui/dist/es/components.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@deriv/ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@deriv/ui
@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