nextui icon indicating copy to clipboard operation
nextui copied to clipboard

🚀 Beautiful, fast and modern React UI library.

Results 694 nextui issues
Sort by recently updated
recently updated
newest added

## 📝 Description > new react-aria version has tree shaking improvements and has better bundle size. > I think nextui also get benefits from it. ## 🚀 New behavior Smaller...

### Describe the bug When using a Tooltip in an open Model, the tooltip content shows up behind the Modal. Setting the `z-index` of the Tooltip to `10000` resolves this,...

bug

### Describe the bug The dropdown menu is not behaving correctly, it opens and closes automatically. ### Your Example Website or App _No response_ ### Steps to Reproduce the Bug...

bug
fixed

Closes https://github.com/nextui-org/nextui/issues/619 ## 📝 Description Reading `state` in pagination's `onChange` will always return the initial value. ## ⛳️ Current behavior (updates) Add `activePage` to the memoized callback deps. ## 🚀...

reviewing

### Describe the bug When you add NextUIProvider to `_app.tsx`, any usage of `Suspense` breaks the app. ### Your Example Website or App https://codesandbox.io/s/wonderful-yonath-v9ko1f?file=/pages/index.js ### Steps to Reproduce the Bug...

bug

### Is your feature request related to a problem? Please describe. Like chakra ui (https://chakra-ui.com/docs/components/modal/usage#focus-on-specific-element), a prop that accepts a ref and focuses on it after modal opens. ### Describe...

feature request

### Describe the bug ![input](https://user-images.githubusercontent.com/12993018/183300864-f11c80b8-5cb1-4edb-93c2-1f2e4827532b.gif) ### Your Example Website or App https://codesandbox.io/s/sandpack-project-forked-98ti3q?file=/App.js ### Steps to Reproduce the Bug or Issue use contentLeft with button like in docs ### Expected behavior...

bug
good first issue

### Describe the bug TypeError: Cannot read property 'nodeName' of undefined. ### Your Example Website or App _No response_ ### Steps to Reproduce the Bug or Issue ''} > Test...

bug
type: stale

### Describe the bug Hello, Documentation states that `Grid` component accept various size props: `xs`, `sm`, `md`, `lg` and `xl`, they should be boolean. Actually, they are number which define...

bug

### Describe the bug When using the `Card` component in Beta 8 or later, animations of components inside the card (e.g., hover with `Button`) experience a significant lag. Merely downgrading...

bug
pending review