Tabs to be able to Add New, Close, and Rearrange
I want to have a way to enable a ‘+’ button at the end to open a new tab, ‘x’ on each tab to close them, and to reorder the tabs with drag-n-drop. Basically, behave similar to Chrome tabs.

DougCube 2 days ago
Feature Request
Tabs to be able to Add New, Close, and Rearrange
I want to have a way to enable a ‘+’ button at the end to open a new tab, ‘x’ on each tab to close them, and to reorder the tabs with drag-n-drop. Basically, behave similar to Chrome tabs.

DougCube 2 days ago
Feature Request
Completed
Table Header & Table Content visual bug between Firefox and Chrome.
firefox. chrome. Rounding for header NOT APPLIED on firefox. firefox. Look at bottom borders, rounding broken. thats appers only in firefox. chrome is good atp.

mrn0_user 7 days ago
Issues
Completed
Table Header & Table Content visual bug between Firefox and Chrome.
firefox. chrome. Rounding for header NOT APPLIED on firefox. firefox. Look at bottom borders, rounding broken. thats appers only in firefox. chrome is good atp.

mrn0_user 7 days ago
Issues
Completed
Table might use React.memo!
Table is lagging with 50+ rows because of rerender of each row. HeroUI v2 havent this problem with same rows. TanStack doesnt helped. Problem source: Table.Content (TablePrimitive from react-aria-components) and Table.Row (RowPrimitive) currently doesnt using React.memo. Please fix.

mrn0_user 7 days ago
Issues
Completed
Table might use React.memo!
Table is lagging with 50+ rows because of rerender of each row. HeroUI v2 havent this problem with same rows. TanStack doesnt helped. Problem source: Table.Content (TablePrimitive from react-aria-components) and Table.Row (RowPrimitive) currently doesnt using React.memo. Please fix.

mrn0_user 7 days ago
Issues
Agenda/Schedule Calendar View Component
It would be great to have an agenda-style calendar view added to HeroUI similar to Google Calendar's agenda/schedule view. Concept: A clean, minimalist list-based calendar view where events are grouped by day. Users can browse either a single day or a week at a time, with each day displayed as a section header and its events listed beneath it. Key behaviors: Week strip at the top for quick date navigation (swipeable) Days listed vertically below; days with no events are shown but remain empty Events show time range, title, and optional thumbnail/icon Toggle between single-day and week range views Why: The existing Calendar component is great for month-level overviews, but there's no lightweight way to display a linear, scannable list of upcoming events which is a very common scheduling UI pattern (used in iOS Calendar, Google Calendar, clinic booking apps, etc.). Thanks for considering!

Keerian Flammang 8 days ago
Feature Request
Agenda/Schedule Calendar View Component
It would be great to have an agenda-style calendar view added to HeroUI similar to Google Calendar's agenda/schedule view. Concept: A clean, minimalist list-based calendar view where events are grouped by day. Users can browse either a single day or a week at a time, with each day displayed as a section header and its events listed beneath it. Key behaviors: Week strip at the top for quick date navigation (swipeable) Days listed vertically below; days with no events are shown but remain empty Events show time range, title, and optional thumbnail/icon Toggle between single-day and week range views Why: The existing Calendar component is great for month-level overviews, but there's no lightweight way to display a linear, scannable list of upcoming events which is a very common scheduling UI pattern (used in iOS Calendar, Google Calendar, clinic booking apps, etc.). Thanks for considering!

Keerian Flammang 8 days ago
Feature Request
Clear button in Select & DateRangePicker
Select & DateRangePicker might have clear button like autocomplete or search field. Selection variant "None" is bad for UX, bcs user want to clear selection - not a open a popover AND clear. For datarangepicker - same situation, not a pressing backspace (on desktop) - just clear. So, if we have clear buttons in search field and autocomplete - why it cant be in select and daterangepicker? We need this. ASAP.

mrn0_user 9 days ago
Issues
Clear button in Select & DateRangePicker
Select & DateRangePicker might have clear button like autocomplete or search field. Selection variant "None" is bad for UX, bcs user want to clear selection - not a open a popover AND clear. For datarangepicker - same situation, not a pressing backspace (on desktop) - just clear. So, if we have clear buttons in search field and autocomplete - why it cant be in select and daterangepicker? We need this. ASAP.

mrn0_user 9 days ago
Issues
Full RTL Support
Every component should be compatible with RTL direction (without re-render/re-initiation) The css properties should be “start” and “end” instead of “left” and “right” (e.g., margin-left —> margin-inline-start; margin-right —> margin-inline-end) For component that is always LTR (e.g., InputOTP) which is always left to right. It should always have “direction: ltr” in css styles, otherwise it will always select the rightmost one Arrows direction should be “< Next | Previous >” in RTL CloseButton should have “inset-inline-end: …” instead of “right: …” Slider should also starts from right to left Hope this help. Thanks for all great components!

xxpyc 12 days ago
Feature Request
Full RTL Support
Every component should be compatible with RTL direction (without re-render/re-initiation) The css properties should be “start” and “end” instead of “left” and “right” (e.g., margin-left —> margin-inline-start; margin-right —> margin-inline-end) For component that is always LTR (e.g., InputOTP) which is always left to right. It should always have “direction: ltr” in css styles, otherwise it will always select the rightmost one Arrows direction should be “< Next | Previous >” in RTL CloseButton should have “inset-inline-end: …” instead of “right: …” Slider should also starts from right to left Hope this help. Thanks for all great components!

xxpyc 12 days ago
Feature Request
Navigation Menu
I’d like to propose adding a Navigation Menu component to Heroui. A built-in solution would help developers create structured, accessible navigation without relying on external libraries. It would be great if the implementation could take inspiration from the approach used by Radix UI, especially regarding composability, accessibility, and animation flexibility. Reference: https://www.radix-ui.com/primitives/docs/components/navigation-menu

wei li 15 days ago
Feature Request
Navigation Menu
I’d like to propose adding a Navigation Menu component to Heroui. A built-in solution would help developers create structured, accessible navigation without relying on external libraries. It would be great if the implementation could take inspiration from the approach used by Radix UI, especially regarding composability, accessibility, and animation flexibility. Reference: https://www.radix-ui.com/primitives/docs/components/navigation-menu

wei li 15 days ago
Feature Request
The Infinite Load functionality should be agnostic to make it easier to work with such functionality. Not everyone wants to use the standard functionality for that.

Aslan About 2 months ago
Feature Request
The Infinite Load functionality should be agnostic to make it easier to work with such functionality. Not everyone wants to use the standard functionality for that.

Aslan About 2 months ago
Feature Request
Completed
ColorPicker
A ColorPicker synchronizes a color value between multiple React Aria color components. It simplifies building color pickers with customizable layouts via composition.

Junior Garcia About 2 months ago
Beta
Feature Request
Completed
ColorPicker
A ColorPicker synchronizes a color value between multiple React Aria color components. It simplifies building color pickers with customizable layouts via composition.

Junior Garcia About 2 months ago
Beta
Feature Request
Completed
ColorSwatchPicker
A ColorSwatchPicker displays a list of color swatches and allows a user to select one of them.

Junior Garcia About 2 months ago
Beta
Feature Request
Completed
ColorSwatchPicker
A ColorSwatchPicker displays a list of color swatches and allows a user to select one of them.

Junior Garcia About 2 months ago
Beta
Feature Request
Completed
ColorSlider
A color slider allows users to adjust an individual channel of a color value.

Junior Garcia About 2 months ago
Beta
Feature Request
Completed
ColorSlider
A color slider allows users to adjust an individual channel of a color value.

Junior Garcia About 2 months ago
Beta
Feature Request
Completed
ColorArea
A color area allows users to adjust two channels of an RGB, HSL or HSB color value against a two-dimensional gradient background.

Junior Garcia About 2 months ago
Beta
Feature Request
Completed
ColorArea
A color area allows users to adjust two channels of an RGB, HSL or HSB color value against a two-dimensional gradient background.

Junior Garcia About 2 months ago
Beta
Feature Request
Completed
ColorField
A color field allows users to edit a hex color or individual color channel value.

Junior Garcia About 2 months ago
Beta
Feature Request
Completed
ColorField
A color field allows users to edit a hex color or individual color channel value.

Junior Garcia About 2 months ago
Beta
Feature Request
Request for Hero UI v3 Stable Release Timeline
Dear HeroUI Team, I hope all is going well with the ongoing implementation of Hero UI v3. I wanted to kindly ask if you could share the expected timeline for the stable release. I noticed that several features are still pending in the v3 beta 3 version, and having clarity on the release schedule would greatly assist us in planning our work accordingly. Thank you in advance for your support, and I look forward to your update. Warm regards, Hemkanta Mehra

Hemkanta Mehra 2 months ago
General Feedback
Request for Hero UI v3 Stable Release Timeline
Dear HeroUI Team, I hope all is going well with the ongoing implementation of Hero UI v3. I wanted to kindly ask if you could share the expected timeline for the stable release. I noticed that several features are still pending in the v3 beta 3 version, and having clarity on the release schedule would greatly assist us in planning our work accordingly. Thank you in advance for your support, and I look forward to your update. Warm regards, Hemkanta Mehra

Hemkanta Mehra 2 months ago
General Feedback
Banner
Display a banner at the top of the website to inform users about important information. Ref: https://ui.nuxt.com/docs/components/banner

Hemkanta Mehra 3 months ago
Feature Request
Banner
Display a banner at the top of the website to inform users about important information. Ref: https://ui.nuxt.com/docs/components/banner

Hemkanta Mehra 3 months ago
Feature Request