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.
npm run storybook
See Storybook for usage examples.
- 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