Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-03-15 08:39:46 +00:00
parent 9ee2931cc8
commit 668639722c
4 changed files with 98 additions and 10 deletions
+2
View File
@@ -3,3 +3,5 @@
---
Added `ListBox` and `ListBoxItem` components. These provide a standalone, accessible list of selectable options built on top of React Aria's `ListBox` and `ListBoxItem` primitives. Items support icons, descriptions, and single or multiple selection modes.
**Affected components:** ListBox, ListBoxItem