1.138.0 • Published 4 months ago

savings-js v1.138.0

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

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 your tailwind.config.js

Colors

More information