A design system containing UI components for XFlow application.
npm install xflow-design-systemA design system containing UI components for XFlow application.
To install the design system, run the following command:
``bash`
npm install xflow-design-system Run Locally
Go to the project directory
`bash`
cd XFlow.DesignSystem
Install dependencies
`bash`
npm install
To build library
`bash`
npm run build
To start storybook
`bash`
npm run storybook
To test the library
`bash``
npm run test