1/ ⚡️Hi, @vuejs dev fam! I'm excited to bring you Chakra UI Vue! 🎉 Over the last few months I've created a component library that ships with accessible UI components whose goal is to make building accessible Vue apps and websites fast and fun! 🥳 vue.chakra-ui.com
2/ The core features that @chakraui_vue has to offer are: 1) ♿️ Accessibility All UI components are WAI-ARIA compliant out of the box and can be adjusted as needed 2) 💅🏽 Constraint Based Design Chakra UI components play well your design system tokens based on the Theme UI spec
3/ 3) 📦 Composition @chakraui_vue components are all built on top of composable UI primitives that you can also extend. A lot of the components also export compound components to allow you to change their UI layouts easily! 🥳
4/ 4) 🐥 Style Props Yup! You guessed it. @chakraui_vue is built on top of fast CSS-in-JS tools. This allows Chakra's components tp accept style declarations as props. You also get some really cool shorthands so your mac keyboard lasts longer 😂
5/ 5) 🌗 Dark/Light mode support Most @chakraui_vue components are are dark-mode compatible out of the box. With a simple function call you can toggle between dark and light modes easily. See Dark/Light mode demo here on @codesandbox ! codesandbox.io/s/chakra-ui-vu…