matija-test-package
v1.1.0
Published
Component pack used in DeFi Saver projects
Readme
defisaver-components-pack
Component pack used in DeFi Saver projects
How to use
All components need to be in ./src/components/... with index.js file for exports. Both css and scss can be used for styles.
To test the components, create a story such as the example in Test.stories.js . After creating the story run the storybook script to view the components.
To build the package for publishing run the script build-lib. JS code will be in the ./dist/index.js file and style code will be put in ./dist/bundle.css file.
