chakra-ui-vue
chakra-ui-vue copied to clipboard
⚡️ Build scalable and accessible Vue.js applications with ease.
**Describe the bug** A clear and concise description of what the bug is. When we use `input` (native tag), `c-input` (Chakra UI tags), etc. that have emit `change` event, this...
**To Reproduce** Steps to reproduce the behavior: 1. Go to the [Toast docs page](https://vue.chakra-ui.com/toast) 2. Update an "Editable Example" by adding these properties to the $toast config object: ```javascript isClosable:...
**Describe the bug** CToast uses '[breadstick](https://www.npmjs.com/package/breadstick)' under the hood. Breadstick provides a helpful '[closeAll()](https://www.npmjs.com/package/breadstick#-close-all-notifications)' method that CToast should expose, if possible.
**Describe the bug** First of all, on the site https://vue.chakra-ui.com/collapse, Collapse doesn't seem to be working. Then [on my test](https://lkn-v1-git-master.k16e.vercel.app/), where I'm building with it, when the page loads, Collapse...
**Describe the bug** Have an error when used CColorModeProvider **To Reproduce** Steps to reproduce the behavior: 1. Add code to main.js ``` new Vue({ el: '#app', render: (h) => h(CThemeProvider,...
**Is your feature request related to a problem? Please describe.** Browsers natively do not implement a predictable "box" model for text elements.  In order to maintain a clear...
**Describe the bug** by default the hidden panel of the collapse component is generated like `` **To Reproduce** Steps to reproduce the behavior: 1. Go to https://vue.chakra-ui.com/collapse 2. inspect code...
**Is your feature request related to a problem? Please describe.** Currently, When creating a new Chakra UI Vue application, the user needs to import 3 components to get started. These...
**Describe the bug** The mobile side navigation does not scroll, it completely seems fixed as one cannot access other part of the links on the documentation. **Expected behavior** The mobile...
**Is your feature request related to a problem? Please describe.** To improve DX while implementing forms. Defining ARIA attributes can be tedious and verbose, in most cases we can offload...