codebender828 / uniform-dev-stream-demo-chakra-ui

Home Page:https://uniform-dev-stream-demo-chakra-ui.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chakra UI Vue Next v1 Starter

This repo is a starter template for the next version of Chakra UI Vue v1. v1 was rewriten from the ground up with the following new features:

  • TS support
  • Powered by UI state machines
  • Improved theming API design. You can see the theme to see the new theming API usage
  • Semantic Tokens
  • More low-level hooks and composables

Chakra UI Vue Next is under heavy active development. Whereas this beta is testable, some internal changes may occur. If you're building something critical, I do not recommend using it in production yet. Unless of course you're bold and fearless. :D In any case, if you've got questions, please DM me on Twitter.

Documentation (Heavily WIP)

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

If you would like to contribute to the docs, or component development, please reach out to me on Twitter.

See available components

Components Playground: https://chakra-ui-vue-next-playground-git-develop-chakra-ui.vercel.app/ V1 Repo: https://github.com/chakra-ui/chakra-ui-vue-next

Got questions?

DM me on Twitter

Contributing

The Chakra UI Vue team is composed of only 4 people maintaining Chakra UI in our free time. So we're always happy to get some helping hands! If this interests, please DM me on Twitter

Setup

pnpm install

Dev server

pnpm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

About

https://uniform-dev-stream-demo-chakra-ui.vercel.app


Languages

Language:TypeScript 77.2%Language:Vue 17.2%Language:HTML 2.9%Language:JavaScript 2.8%