@novo-x/ui
v0.1.9
Published
Components to use across all novo-x projects
Downloads
7
Readme
Modularizaciones Frontend
- GH Pages: https://novolabs-xyz.github.io/modularizaciones-frontend
- Full docs: https://app.clickup.com/6636108/v/dc/6agjc-26185/6agjc-77445
Components to use across all novo-x projects
Deployed npm package: https://www.npmjs.com/package/@novo-x/ui
How to deploy changes to npm
- Change package.json version
yarn build
npm login
npm publish
git tag -a "X.X.X" -m "Some description"
git push --tags
How to deploy changes to gh pages
yarn build-storybook
yarn deploy-storybook
Storybook in Local
yarn storybook
Usage example
yarn add @novo-x/ui
import { ComponentName } from @novo-x/ui