Increase design system components for building user interfaces
View demo https://increasecard.github.io/increase-design-components/
Clone repo
git clone https://github.com/IncreaseCard/increase-components.git Install dependencies
npm install or yarn install
Start storybook server
npm start or yarn start
Runs the library storybook in development mode. Open http://localhost:6006 to view it in the browser.
All library files are located inside src/lib
npm run test or yarn run test
npm run build or yarn run build
Produces production version of library under the build folder.
npm publish