@villagekit/ui
v1.1.1
Published
[](https://github.com/villagekit/ui/actions/workflows/ci.yml)
Downloads
621
Readme
Village Kit UI
A React component library for Village Kit projects, built on Chakra UI.
Design principles
- Playful vibes
- Functional interfaces
- Maintainable code
- Accessible HTML
Demo
Check out the storybook:
TODO https://ui.villagekit.com
Where is this used?
- TODO new gridbeam.xyz
- TODO new villagekit.com
- old gridkit.nz (legacy)
Dev
Requires Node 22.12+ (matches Storybook 10's minimum).
git clone [email protected]:villagekit/ui
cd ui
pnpm install
pnpm run devpnpm run dev starts Storybook on port 6006.
Scripts
dev— Storybook dev serverbuild:pkg— build the package viatsuptodist/build:storybook— build the Storybook static site tostorybook-static/lint— Biome checktypes—tsc --noEmitpublint— verify the published package layout
Releasing
npm version <patch|minor|major>
git push --follow-tagsPushing a v* tag triggers the release workflow to build and publish to npm.
License
Licensed under the EUPL v1.2 (?)
