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

simpletrontdip/chakra-ui-vue-next

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

989eff9 Β· Dec 29, 2021
Dec 29, 2021
Jul 5, 2021
Aug 27, 2021
Mar 18, 2021
Aug 29, 2021
Dec 22, 2021
Dec 21, 2021
Dec 29, 2021
Dec 21, 2021
Dec 21, 2021
Dec 21, 2021
Dec 29, 2021
Dec 29, 2021
Feb 3, 2021
Jun 16, 2021
Dec 21, 2021
Nov 9, 2021
Feb 3, 2021
Feb 3, 2021
Dec 21, 2021
Aug 27, 2021
Mar 27, 2021
May 27, 2021
Aug 29, 2021
Jul 9, 2021
Dec 29, 2021
May 8, 2021
May 14, 2021
Aug 27, 2021
Mar 25, 2021
Dec 22, 2021
Jun 16, 2021
Nov 9, 2021
Jul 1, 2021
Oct 7, 2020
Nov 9, 2021
Dec 22, 2021

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

Packages

No packages published

Languages

  • TypeScript 75.2%
  • Vue 22.3%
  • EJS 1.1%
  • Other 1.4%