0.1.0 • Published 6 months ago
@axdspub/axiom-widgets v0.1.0
Collection of re-usable components and utilities that are useful across other ui libraries and projects
Storybook
npm run storybook
Local development
Be sure yalc is installed:
npm i yalc -g
Then
yalc publish
In consuming project:
yalc add @axdspub/axiom-widgets
and if already exists:
yalc update @axdspub/axiom-widgets
Publish
npm login --scope=@axdspub
npm publish --dryrun
If all looks good
npm publish --access public
0.1.0
6 months ago