chakra-ui-vue
chakra-ui-vue copied to clipboard
⚡️ Build scalable and accessible Vue.js applications with ease.
Bumps [terser](https://github.com/terser/terser) from 4.6.10 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) v4.8.0 Support for numeric separators (million...
## Description Create the `SkipNavLink` and `SkipNavContent` components ## Motivation and Context - Based on the components from the [react package](https://github.com/chakra-ui/chakra-ui/blob/next/packages/skip-nav/src/index.tsx), including overall build and base styling - A link...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
**Is your feature request related to a problem? Please describe.** CPopover in Vue Chakra UI doesn't have `isLazy` prop which is present in Chakra UI for React so there is...
**Describe the bug** There are some sections in the docs with unwanted empty spaces at the bottom. Scrolling down continuously on sections **with radio buttons** or pressing any sample radio...
We need to implement a feature to support RTL in `vue-chakraui` project. all the icons are incorrectly placed in components! Please consider adding the `RTL` option with true or false...
**Describe the bug** CMenu props "autoSelect" set false is not working **To Reproduce** 1. create menu (auto-select = false) ``` Menu Menu A Menu B Menu C Menu D ```...
**Describe the bug** A clear and concise description of what the bug is. When I add a CSS class to the CIconButton it doesn't show this class when the component...
**Is your feature request related to a problem? Please describe.** I have spent too much time trying to put a search icon as a left element of an input and...