@pinnacleusorg/components
v3.8.3
Published
Pinnacle Component Library
Downloads
9
Readme
PCL
Pinnacle Component Library
PCL is a Svelte UI library containing components used across Pinnacle web services as we transition to SvelteKit as our primary framework. It is partially documented with Storybook and will be expanded as more repositories transition to using SvelteKit.
Developing
npm run storybook
Usage
See Storybook for usage examples.
Package & Publish
- bump version Major.Minor.Patch in
package.json
- git add -A && git commit -m "repo: version bump"
- git push
- tag, package & publish handled automatically by CI