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

Closes #6370 ## 📝 Description Receives toastOptions from ChakraProvider and passes it down to useToast hook where data is merged with options passed to hook ## ⛳️ Current behavior (updates)...

### Description When I hover away from an element that has a Chakra Tooltip, I expect it to disappear, but instead it stays active and the tooltip is still seen....

### Description I know that the `Collapse` component is able to receive `transition` as a prop and change the enter and exit animation duration, but I am not able to...

needs triage

### Description When I open a full sized modal on the latest version of Safari (Safari 14 & 15) & iOS (iOS 14 & 15) and I scroll down, there...

### Description Using @chakra-ui/storybook-addon, `start-storybook` doesn't work. ### Link to Reproduction https://codesandbox.io/s/chakra-storybooks-addon-error-pfy7pn ### Steps to reproduce 1. Run `npm run start` to start storybook 2. Storybook doesn't start and error...

### Description Google Chrome on Android adds password manager bar above the keyboard when Editable inputs are focused. I'd expect for this to happen for password inputs, but not for...

### Description Starting with 2.2.5 my ability to mock useBreakpointValue has become problematic, for now stuck on 2.2.4 ### Link to Reproduction None ### Steps to reproduce Previous to 2.2.5,...

### Description I am reopening the following issue that had been closed whereas it is not solved: https://github.com/chakra-ui/chakra-ui/issues/3045 ### Problem Statement/Justification Same as mentionned issue ### Proposed Solution or API...

needs triage

### Description When using the `as`-prop, i expect the props of the `as`-type to become available as they are defined in that type. This works fine for props that do...

### Description When I use pnpm as my package manager, and I run the `chakra-cli tokens` command, I get an error about styled-system can't be found in node_modules ### Link...