@snowpak/ui
v8.1.14
Published
⛷ React UI Kit by SnowPak 🏂
Downloads
1,255
Readme
SnowPak UI 
React UI Library to be used across SnowPak's NextJS applications. To install, run the following command:
$ npm install --save @snowpak/uiDevelopment
Storybook has been setup to test the components locally. To start storybook, run the following command:
$ npm run storybookBuild
This project is built via typescript's tsc for both ESM and CJS formats. To build locally for testing purposes, run the following command:
npm run buildPublish
This package is instended to be deployed to npm under the package name @snowpak/ui.
The np library is used to perform the deployment, including:
- SemVer version bumping
- Building with pristine dependencies
- Running tests/linters
- Releasing to
npm - Creating a new GitHub release
To deploy, run the following command:
npm run releaseReview
Chromatic has been configured to run on Pull Requests and any new commits on the master branch. To view these changes, visit https://www.chromatic.com/builds?appId=5fc72fd4d1a158002151a1ae
