Collection of re-usable components and utilities that are useful across other ui libraries and projects
npm run storybook
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
npm login --scope=@axdspub
npm publish --dryrun
If all looks good
npm publish --access public