Skip to content

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

Notifications You must be signed in to change notification settings

chakra-ui/chakra-ui-vue-next-1

 
 

Repository files navigation

@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

yarn install

Watch components

yarn start

Component playground (based on vite)

# In one background terminal (Only needs to be run once)
yarn start

# In another terminal
yarn 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: github.com/conventional-changelog/commitlint/#what-is-commitlint

About

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

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.2%
  • Vue 20.4%
  • Other 2.4%