@fundingtech/ui
v1.2.269
Published
Fundingtech component library
Downloads
354
Readme
Fundingtech UI
This is the shared component library for Fundingtech apps, available as a private npm package.
The storybook for this library is hosted at: https://wefundtech.github.io/fundingtech-ui/
Installation
Install fundingtech-ui with npm. You must be logged in to your npm account which has access to the fundingtech org packages.
(optional)
npm login
npm install @fundingtech/ui
Run Locally
Clone the project
git clone [email protected]:wefundtech/fundingtech-ui.git
Go to the project directory
cd fundingtech-ui
Install dependencies
npm install
Start storybook
npm run storybook
Contributing
- All components must have an accompanying story (componentName.stories.js)