@bcredi/vanilla-components
v0.1.0
Published
Cactus Vanilla Components
Downloads
28
Keywords
Readme
@bcredi/vanilla-components
This package is dedicated to host all of our components, built with Vanilla js and PostCSS.
Overview
| Package | Version |
| -----------------------------| ------- |
| @bcredi/vanilla-components
| |
Usage
Each component are composed by a single stylesheet; some of them have scripts too. Check the components' usage in the list below.
What's included
The actual version is composed by:
Components
Objects/Wrappers
Developing
After cloning the repo, follow the steps below:
# install dependencies
yarn
# launch storybook at localhost:4444
yarn start
# build files
yarn build
# test components
yarn test