xflow-design-system
v0.0.18
Published
A design system containing UI components for XFlow application.
Downloads
55
Readme
XFlow Design System
A design system containing UI components for XFlow application.
Getting Started
Installation
To install the design system, run the following command:
npm install xflow-design-system
Run Locally
Go to the project directory
cd XFlow.DesignSystem
Install dependencies
npm install
To build library
npm run build
To start storybook
npm run storybook
To test the library
npm run test