# React Aria Components Documentation > Plain-text markdown documentation for React Aria components. ## Documentation - [Accessible Color Descriptions for Improved Color Pickers](react-aria/blog/accessible-color-descriptions.md): Recently, we released a suite of color picker components in React Aria and React Spectrum. These components help users choose a color in various ways, including a 2D [ColorArea](../ColorArea.html), channel-based [ColorSlider](../ColorSlider.html), circular [ColorWheel](../ColorWheel.html), preset [ColorSwatchPicker](../ColorSwatchPicker.html), and a hex value [ColorField](../ColorField.html). You can compose these individual pieces together to create a full [ColorPicker](../ColorPicker.html) with whatever custom layout or configuration you need. - [Autocomplete](react-aria/Autocomplete.md): An autocomplete allows users to search or filter a list of suggestions. - [Blog](react-aria/blog/index.md): - [FileTrigger](react-aria/FileTrigger.md): A FileTrigger allows a user to access the file system with any pressable React Aria or React Spectrum component, or custom components built with usePress. - [Filterable CRUD Table](react-aria/examples/crud.md): A plant tracking app with CRUD operations, search, filters, table column resizing, form validation, and more. - [FocusRing](react-aria/FocusRing.md) - [FocusScope](react-aria/FocusScope.md) - [Form](react-aria/Form.md): A form is a group of inputs that allows users to submit data to a server, - [Forms](react-aria/forms.md): Learn how to integrate with HTML forms, validate and submit data, and use React Aria with form libraries. - [Framework setup](react-aria/frameworks.md): Learn how to integrate React Aria with your framework. - [Gesture Driven Sheet](react-aria/examples/sheet.md): An iOS-style gesture driven sheet built with React Aria Components, , and . - [Getting started](react-aria/getting-started.md): How to install React Aria and build your first component. - [GridList](react-aria/GridList.md): A grid list displays a list of interactive items, with support for keyboard navigation, - [Group](react-aria/Group.md): A group represents a set of related UI controls, and supports interactive states for styling. - [How we internationalized our number field](react-aria/blog/how-we-internationalized-our-numberfield.md): Number fields are commonly used form components, but are frequently not a great user experience. They often lack support for advanced formatting, such as currency and unit values, and do not provide a localized experience for users around the world. In this post, we'll discuss how we approached building our number field component with support for formatting and internationalization in mind. - [I18nProvider](react-aria/I18nProvider.md): ## Introduction - [Improving Internationalization Support in Our Date and Time Components](react-aria/blog/rtl-date-time.md): Internationalization is a core feature of our Date and Time components. We support 13 different calendar systems as well as locale-specific formatting, number systems, and 12 and 24 hour time. However, we identified an issue in our support for several right-to-left (RTL) languages where in some, the format of the date and time fields was incorrect. While investigating this bug, we faced several challenges in ensuring accurate date and time representation in RTL languages and implemented various strategies that we'd like to share. - [index](react-aria/index.md) - [Introducing React Spectrum](react-aria/blog/introducing-react-spectrum.md): We're excited to announce [React Spectrum](https://react-spectrum.adobe.com/index.html), a collection of libraries and tools that help you build adaptive, accessible, and robust user experiences. [Check it out on Github](https://github.com/adobe/react-spectrum)! React Spectrum includes three libraries: - [iOS List View](react-aria/examples/ios-list.md): A re-creation of the iOS List View built with React Aria Components, , and with support for swipe gestures, layout animations, and multiple selection mode. - [Kanban Board](react-aria/examples/kanban.md): A kanban board with accessible drag and drop, styled with Tailwind CSS. - [Link](react-aria/Link.md): A link allows a user to navigate to another page or resource within a web page - [ListBox](react-aria/ListBox.md): A listbox displays a list of options and allows a user to select one or more of them. - [MCP Server](react-aria/mcp.md): Learn how to use the React Aria server to help AI agents browse the documentation. - [Menu](react-aria/Menu.md): A menu displays a list of actions or options that a user can choose. - [mergeProps](react-aria/mergeProps.md) - [Meter](react-aria/Meter.md): A meter represents a quantity within a known range, or a fractional value. - [Modal](react-aria/Modal.md): A modal is an overlay element which blocks interaction with elements outside it. - [NumberField](react-aria/NumberField.md): A number field allows a user to enter a number, and increment or decrement the value using stepper buttons. - [Photo Library](react-aria/examples/photos.md): A photo library app with virtualized scrolling, view transitions, adjustable waterfall layout, folder tree, search, multi-selection, and accessible drag and drop. - [Popover](react-aria/Popover.md): A popover is an overlay element positioned relative to a trigger. - [PortalProvider](react-aria/PortalProvider.md) - [ProgressBar](react-aria/ProgressBar.md): Progress bars show either determinate or indeterminate progress of an operation - [Quality](react-aria/quality.md): React Aria is built around three core principles: , , and . Learn how to apply these tools to build high quality UIs that work for everyone, everywhere, and on every device. - [RadioGroup](react-aria/RadioGroup.md): A radio group allows a user to select a single item from a list of mutually exclusive options. - [RangeCalendar](react-aria/RangeCalendar.md): RangeCalendars display a grid of days in one or more months and allow users to select a contiguous range of dates. - [Releases](react-aria/releases/index.md): ` component that can be used within components that support single selection such as [Tabs](../Tabs.html) and [ToggleButtonGroup](../ToggleButtonGroup.html#animation) to animate selection changes. In addition, we have significantly improved the behavior of scrolling modals on iOS 26. Lastly, `onAction` can now be used on a [`ComboBoxItem`](../ComboBox.html#item-actions), enabling you to add a “create” option. - [v1.2.0](react-aria/releases/v1-2-0.md): We have a huge release today! Its a GA bonanza 🎊 – [Submenu](../Menu.html#submenus), [unavailable menu items](../Menu.html#unavailable-items), [DropZone](../DropZone.html) and [FileTrigger](../FileTrigger.html) components are now in GA. Check our [blog post](/blog/creating-a-pointer-friendly-submenu-experience.html) on the intricacies of the submenu interactions and how we handled them. - [v1.3.0](react-aria/releases/v1-3-0.md): For this summer release, we have been busy working on improving virtualization in many of our Spectrum components including TableView, ListView, and ListBox. We have significantly reduced the complexity of our implementation, resulting in smaller bundle size, better performance, and improved stability. In our testing, this resulted in 14x faster per-frame render times on large tables due to better reuse of DOM nodes as you scroll. We are also working on bringing virtualization support to React Aria Components, which is available as an unstable API in this version. - [v1.4.0](react-aria/releases/v1-4-0.md): Happy fall! 🍁 We're excited to announce that our color picker components are now generally available! This includes [ColorPicker](../ColorPicker.html), [ColorArea](../ColorArea.html), [ColorField](../ColorField.html), [ColorSlider](../ColorSlider.html), [ColorSwatch](../ColorSwatch.html), [ColorSwatchPicker](../ColorSwatchPicker.html), and [ColorWheel](../ColorWheel.html). These enable you to build fully customizable color pickers, including accessible color descriptions for screen reader support. - [v1.5.0](react-aria/releases/v1-5-0.md): We're excited to announce that our Disclosure components are now generally available! This includes [Disclosure](../Disclosure.html) and [DisclosureGroup](../DisclosureGroup.html) in React Aria. These components now also use the `hidden="until-found"` API currently supported in Chrome to enable searching collapsed content with ctrl + F. - [v1.6.0](react-aria/releases/v1-6-0.md): Happy New Year! Our first release of 2025 includes a new [firstDayOfWeek](../Calendar.html#custom-first-day-of-week) prop for our calendar and date picker components, support for [CSS transitions](../styling.html#animation) in our overlay components, a new [Autocomplete](../Autocomplete.html) component in alpha, and a new [React Aria test utils](../testing.html#react-aria-test-utils) package. - [v1.7.0](react-aria/releases/v1-7-0.md): Buckle in because this is a big one! In this React Aria release, we’re excited to announce three new components: [Toast](../Toast.html), [Tree](../Tree.html), and [Virtualizer](../Virtualizer.html). In addition, we have improved [Autocomplete](../Autocomplete.html) to enable UI patterns like [Searchable Menus](../Menu.html#complex-content), [Searchable Selects](../examples/searchable-select.html), and [Command Palettes](../examples/command-palette.html), added support for custom [Menu](../Menu.html#custom-trigger), [Popover](../Popover.html#custom-trigger), and [Tooltip](../Tooltip.html#custom-trigger) triggers, introduced `colSpan` support in Table, and upgraded to Tailwind CSS v4. Last but not least, we have a major refactor of [usePress](../usePress.html), which fixes many longstanding issues and improves compatibility with third party libraries. - [v1.8.0](react-aria/releases/v1-8-0.md): In today's release, we are excited to announce custom calendar support in React Aria Components! This feature allows you to create your own calendar that implements custom business logic, such as a [4-5-4 fiscal calendar](https://nrf.com/resources/4-5-4-calendar), either by extending an existing Calendar implementation or building from scratch. Please see the [React Aria docs](../Calendar.html#custom-calendar-systems) for an example implementation. A special shout out to [@ToyWalrus](https://github.com/ToyWalrus) for all the hard work that went into this contribution! - [v1.9.0](react-aria/releases/v1-9-0.md): This release includes a range of enhancements and fixes such as improved keyboard accessibility in TagGroup and increased stability for dynamic table updates. It also brings support for React 19's ref cleanup behavior, performance improvements for collection updates in React transitions and pressable elements, and TypeScript updates including backwards compatibility with older TypeScript and `@types/react` versions. - [Virtualizer](react-aria/Virtualizer.md): A Virtualizer renders a scrollable collection of data using customizable layouts. - [VisuallyHidden](react-aria/VisuallyHidden.md)