@dotss/ui
v1.1.3
Published
React UI components for Dotss
Readme
Connecting the Dots Corp. Design System
Installing as a dependency
npm install @dotss/ui
yarn add @dotss/ui
pnmp add @dotss/uiRun Locally
You'll need Git, Node.js(^16.0), and Pnpm to run this project locally.
Install dependencies
pnpm installStart a local server with storybook
pnpm storybookOnce the server has started, navigate to http://localhost:6006
Build
pnpm buildOnce the build is done, the compiled files will be in the ./dist directory.
