The official working repository for V1 of Chakra UI Vue with Vue 3 support.
yarn install
yarn build
yarn bootstrap
yarn dev
- Documentation
- Accessibility JS hooks (Documented in Roadmap)
The commits follow the conventional commit format. Husky is setup to lint your commit messages to match this format.
type(scope?): subject #scope is optional; multiple scopes are supported (current delimiter options: "/", "\" and ",")
For example:
git commit -m "feat(component): create x component"
git commit -m "chore: update x dependencies"
For more information visit: github.com/conventional-changelog/commitlint/#what-is-commitlint