chakra-ui icon indicating copy to clipboard operation
chakra-ui copied to clipboard

⚡️ Simple, Modular & Accessible UI Components for your React Applications

Results 441 chakra-ui issues
Sort by recently updated
recently updated
newest added

## 📝 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`: ![image](https://github.com/chakra-ui/chakra-ui/assets/11710053/125ab374-e9b6-41af-bbca-1ef1e9711d92) Without `matchWidth`: ![image](https://github.com/chakra-ui/chakra-ui/assets/11710053/4e89c725-85bc-449f-8eff-2f6f27ffd5a7) 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 –...