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

This branch is 575 commits behind chakra-ui/chakra-ui-vue-next:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1acbdc Β· Jul 16, 2022
Jul 10, 2022
Jul 12, 2022
Jul 10, 2022
Jul 10, 2022
Jul 11, 2022
Jul 16, 2022
Jul 11, 2022
Apr 1, 2022
Jul 16, 2022
Jul 16, 2022
Mar 5, 2022
Dec 21, 2021
Feb 1, 2022
Jul 16, 2022
Feb 3, 2021
Jun 16, 2021
Jan 30, 2022
Jul 10, 2022
Feb 3, 2021
Feb 3, 2021
Dec 21, 2021
Jan 31, 2022
Mar 27, 2021
May 27, 2021
Aug 29, 2021
Jan 29, 2022
Jul 16, 2022
May 8, 2021
May 14, 2021
Jul 16, 2022
Jul 16, 2022
Mar 25, 2021
Jul 16, 2022
Jun 16, 2021
Jul 12, 2022
Jul 1, 2021
Oct 7, 2020
Jul 12, 2022
Jul 16, 2022

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%