chakra-ui
                                
                                
                                
                                    chakra-ui copied to clipboard
                            
                            
                            
                        ⚡️ Simple, Modular & Accessible UI Components for your React Applications
## 📝 Description Add for attribute to Radio and Checkbox label if ID is available ## ⛳️ Current behavior (updates) Radio and Checkbox nest within the label but are not...
### Description I have tried to configure the toast component, and found out that it was possible to define defaultOptions for the theme component directly in the ChakraProvider. I have...
### Description I wanted to have suffix the word 'pieces'. When typing in number into the field. The field will generate "ee". ### Link to Reproduction https://v2.chakra-ui.com/docs/components/number-input/usage#formatting-and-parsing-the-value ### Steps to...
### Description When I use `useSteps`, I expect to be able to call the `isCompleteStep` and `isActiveStep` methods but instead I get the following Typescript error: ``` Avoid referencing unbound...
### Description In certain situation the matchWidth property is causing issues with the menu list position. With `matchWidth: true`:  Without `matchWidth`:  In second image, the menu is is...
### Description When I import Chakraprovider, the ToastProvider component causes an error: ```Warning: In HTML, cannot be a child of . This will cause a hydration error. at span at...
### Description I noticed this while trying to get my global.css to override chakra's reset (probably another issue, but probably Panda/Emotion related) and noticed all Chakra styles are sent to...
### Description I was adding some theming to the `Stat` component and found that when I was trying to change the fontSizes of the different parts of the `Stat` component...
Closes https://github.com/chakra-ui/chakra-ui/issues/8043 ## 📝 Description This PR adds the functionality to pass the `nonce` from `EmotionCache` inside the style tag injected by `color-mode.utils.ts` ## ⛳️ Current behavior (updates) Previously, when...
### Description When i interact with an element (i.e. a button) i expect the focus to stay on, even when it switches to `isLoading`, but instead it is lost –...