0.5.10 • Published 7 months ago

vite-react-components-library v0.5.10

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

COLSUBSIDIO UI KIT

This is a private React Component Library for Colsubsidio related projects

Installation

Install Node and npm. This library was built using Node v18.16.1 and npm v9.5.1 (Most recent versions could work)

Connect to the NpmPackagesColsubsidioDigital feed following the connect to feed instructions for npm

Then run

npm install

Storybook

Run the storybook script to see the complete list of available components

npm run storybook

Development

If you need to create or update a component, please make sure to create/update stories and test as appropriate.

Once you finish modify the version in package.json and run

npm run build

and then publish it by running

npm publish