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