JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 153
  • Score
    100M100P100Q93832F
  • License MIT

A UI library developed by Deriv

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.

vercel deployment npm version npm downloads commit activity follow github

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