chakra-ui-vue-next
chakra-ui-vue-next copied to clipboard
⚡️ The next most epic version of Chakra UI Vue based on Vue 3 🚀(WIP)
Bumps [@chakra-ui/utils](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/utils) from 2.0.3 to 2.0.6. Release notes Sourced from @chakra-ui/utils's releases. @chakra-ui/utils@2.0.4 Patch Changes #6301 c11743b47 Thanks @effectivetom! - Fix incorrect breakpoint calculation which excluded some viewport widths from...
Bumps [@chakra-ui/styled-system](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/styled-system) from 2.2.2 to 2.2.5. Release notes Sourced from @chakra-ui/styled-system's releases. @chakra-ui/styled-system@2.2.3 Patch Changes #6301 c11743b47 Thanks @effectivetom! - Fix incorrect breakpoint calculation which excluded some viewport widths from...
## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
# Bug report Burger Menu ## Describe the bug When a user clicks on the menu it's redirecting to a discord invite, ideally, it should toggle a menu with nav...
# Bug report ## Describe the bug ## To reproduce 1. Create a variant for the Button component 2. In the template have the 'variant' prop dynamic 3. Switch to...
# Feature request ## Is your feature request related to a problem? Please describe. It is currently unclear how to provide Typescript SFC support for Chakra factory components that will...
# Feat: add `v-model` support for `chakra` factory components User would like to do this: ```vue export default { name: "App", data() { return { input: "", }; }, };...
# Bug report There's a weird bug I've spent a lot of time trying to figure out but haven't had much progress on yet. When initially loading the page, the...
# Bug report ## Describe the bug Currently the Chakra UI Plugin does not provide types for the plugin options. So VSCode intellisense cannot determine what to do with the...