1.138.0 • Published 9 months ago
savings-js v1.138.0
Savings JS
Library of savings components:
npm run storybook
# or
yarn storybookStorybook
You can see the current components using this link
Deploy a new component
- Create the files on components folder
- Use
export conston components - Export the component on
src/index.tsfile
How to use
- Install the library
npm install savings-js
# or
yarn add savings-js- Add
import "savings-js/styles.css";to the_app.tsxfile - Add
colorsvariable to yourtailwind.config.js
