zebpay-ui
v0.0.112
Published
A lightweight component and utilities library Design System created using React
Readme
zebpay-ui
A lightweight component and utilities library Design System created using React for ZebPay. Used in the new Global Exchage, OTC, User App
Development
yarn; yarn build:icons; yarn storybook;Steps to add a new icon:
- svgomg cleanup the svg https://jakearchibald.github.io/svgomg/
- Add the icon svg in /svgs directory
- Add the icon name in /src/iconsList in sorted order
- Run yarn build:icons; yarn storybookSteps to build:
yarn install;
yarn clear:output;
yarn build:icons;
yarn build;Steps to release:
npm login; npm publish