@spirit-ui/react
v0.0.18
Published
React component library built with Tailwindcss, Typescript, and Vite.
Maintainers
Readme
Spirit UI React
Spirit UI React is a React component library that is built with Typescript, Tailwindcss, and Vite.
Development
Spirit UI uses Storybook to develop components.
Run the Storybook development server
npm run devPublishing
Spirit UI utilizes (changesets)[https://github.com/changesets/changesets] to manage package versioning and changelog documentation for releases.
- Create a new changeset and decide what package should be version bumped (@spirit-ui/react), what kind of version bump is happening (major, minor, path), and add a summary for what the release changes entail.
npx changeset add- Consume the new changeset to bump the package version and write the changes made in the release to the changelog files.
npx changeset version- Publish the release.
npx changeset publish