chakra-ui / chakra-ui-vue-next

⚡️ The next most epic version of Chakra UI Vue based on Vue 3 🚀(WIP)

Home Page:https://next.vue.chakra-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chakra-ui-vue-next

@chakra-ui/vue for Vue 3 (WIP)

The official working repository for V1 of Chakra UI Vue with Vue 3 support.

See Roadmap

Install dependencies

pnpm install

pnpm build

# Start packages dev server
pnpm dev


# In separate terminal
pnpm playground:dev

Development Guide

Major todos:

  • [-] Documentation (WIP)
  • [-] Accessibility JS hooks (WIP, Documented in Roadmap)

Creating a new commit message

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: conventional-changelog/commitlint

Project Stats

Alt

About

⚡️ The next most epic version of Chakra UI Vue based on Vue 3 🚀(WIP)

https://next.vue.chakra-ui.com

License:MIT License


Languages

Language:TypeScript 81.1%Language:Vue 17.2%Language:JavaScript 0.7%Language:EJS 0.7%Language:HTML 0.3%