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 When filling in theme related props like bg color I expected intellisense suggestions with theme tokens but none are showing up ### Workaround Use exact version of chakra...

Type: Bug 🐛

## 📝 Description This PR marks the start of bundle reductions across all packages, starting with accordion. - [x] Remove `__DEV__` check for display name - [x] Remove utils, hooks,...

## 📝 Description - Run storybook in react strict mode - Run storybook with react fast refresh - Update storybook dependencies ## 💣 Is this a breaking change (Yes/No): No...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

This is a simple solution that I could think of with my limited understanding of the code. Closes #6401 ## 📝 Description An attempt at avoiding unecessary re-renders from the...

Closes #6374 ## ⛳️ Current behavior (updates) > Please describe the current behavior that you are modifying `span` is rendered next to the children of `ChakraProvider`. This breaks some tests...

### Description A weird error occurs when a modal is opened and there is another one open on background. ### Link to Reproduction https://2p5inx.csb.app/ ### Steps to reproduce 1. Just...

### Description The current behaviour looks counterintuitive given the purpose of text truncation ### Link to Reproduction https://codesandbox.io/s/mystifying-roman-86f3d6?file=/src/App.js ### Steps to reproduce N/A ### Chakra UI Version 2.2.4 ### Browser...

Topic: Documentation 📚

### Description When i hover over a disabled input, i'd expect to see the `cursor: not-allowed` style being applied, or at least have any other visual feedback that the inputs...