0.0.16 • Published 1 year ago
xflow-design-system v0.0.16
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-systemRun Locally
Go to the project directory
cd XFlow.DesignSystemInstall dependencies
npm installTo build library
npm run buildTo start storybook
npm run storybookTo test the library
npm run test