# React Aria Components Documentation > Plain-text markdown documentation for React Aria components. ## Documentation - [Autocomplete](react-aria/Autocomplete.md): An autocomplete combines a TextField or SearchField with a Menu or ListBox, allowing users to search or filter a list of suggestions. - [Breadcrumbs](react-aria/Breadcrumbs.md): Breadcrumbs display a hierarchy of links to the current page or resource in an application. - [Button](react-aria/Button.md): A button allows a user to perform an action, with mouse, touch, and keyboard interactions. - [Calendar](react-aria/Calendar.md): A calendar displays one or more date grids and allows users to select a single date. - [Checkbox](react-aria/Checkbox.md): A checkbox allows a user to select multiple items from a list of individual items, or - [CheckboxGroup](react-aria/CheckboxGroup.md): A CheckboxGroup allows users to select one or more items from a list of choices. - [Collections](react-aria/collections.md): Many components display a collection of items, and provide functionality such as keyboard navigation, selection, and more. React Aria has a consistent, compositional API to define the items displayed in these components. - [ColorArea](react-aria/ColorArea.md): A color area allows users to adjust two channels of an RGB, HSL or HSB color value against a two-dimensional gradient background. - [ColorField](react-aria/ColorField.md): A color field allows users to edit a hex color or individual color channel value. - [ColorPicker](react-aria/ColorPicker.md): A ColorPicker synchronizes a color value between multiple React Aria color components. - [ColorSlider](react-aria/ColorSlider.md): A color slider allows users to adjust an individual channel of a color value. - [ColorSwatch](react-aria/ColorSwatch.md): A ColorSwatch displays a preview of a selected color. - [ColorSwatchPicker](react-aria/ColorSwatchPicker.md): A ColorSwatchPicker displays a list of color swatches and allows a user to select one of them. - [ColorWheel](react-aria/ColorWheel.md): A color wheel allows users to adjust the hue of an HSL or HSB color value on a circular track. - [ComboBox](react-aria/ComboBox.md): A combo box combines a text input with a listbox, allowing users to filter a list of options to items matching a query. - [DateField](react-aria/DateField.md): A date field allows users to enter and edit date and time values using a keyboard. - [DatePicker](react-aria/DatePicker.md): A date picker combines a DateField and a Calendar popover to allow users to enter or select a date and time value. - [DateRangePicker](react-aria/DateRangePicker.md): DateRangePickers combine two DateFields and a RangeCalendar popover to allow users - [Disclosure](react-aria/Disclosure.md): A disclosure is a collapsible section of content. It is composed of a a header with a heading and trigger button, and a panel that contains the content. - [DisclosureGroup](react-aria/DisclosureGroup.md) - [Drag and Drop](react-aria/dnd.md): Drag and drop is an intuitive way for users to transfer data between locations. React Aria implements drag and drop for mouse and touch interactions, and provides full keyboard and screen reader accessibility. - [DropZone](react-aria/DropZone.md): A drop zone is an area into which one or multiple objects can be dragged and dropped. - [Emoji Picker](react-aria/examples/emoji-picker.md): An emoji picker with autocomplete, virtualized scrolling, and arrow key navigation. - [Examples](react-aria/examples/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, - [Framework setup](react-aria/frameworks.md): 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. - [I18nProvider](react-aria/I18nProvider.md): ## Introduction - [index](react-aria/index.md) - [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): The `@react-spectrum/mcp` package allows you to run [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) servers for React Aria locally. It exposes a set of tools that MCP clients can discover and call to browse the docs. - [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 - [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): page.name.includes('react-aria') && page.name.includes('releases') && !page.name.includes('index.html')) ?? []}/> - [Ripple Button](react-aria/examples/ripple-button.md): A with an animated ripple effect styled with . - [SearchField](react-aria/SearchField.md): A search field allows a user to enter and clear a search query. - [Select](react-aria/Select.md): A select displays a collapsible list of options and allows a user to select one of them. - [Selection](react-aria/selection.md): Many collection components support selecting items by clicking or tapping them, or by using the keyboard. This page discusses how to handle selection events, how to control selection programmatically, and the data structures used to represent a selection. - [Slider](react-aria/Slider.md): A slider allows a user to select one or more values within a range. - [SSRProvider](react-aria/SSRProvider.md): ## Introduction - [Styling](react-aria/styling.md): React Aria Components do not include any styles by default, allowing you to build custom designs to fit your application or design system using any styling solution. - [Swipeable Tabs](react-aria/examples/swipeable-tabs.md): A swipeable component with , , and . - [Switch](react-aria/Switch.md): A switch allows a user to turn a setting on or off. - [Table](react-aria/Table.md): A table displays data in rows and columns and enables a user to navigate its contents via directional navigation keys, - [Tabs](react-aria/Tabs.md): Tabs organize content into multiple sections and allow users to navigate between them. - [TagGroup](react-aria/TagGroup.md): A tag group is a focusable list of labels, categories, keywords, filters, or other items, with support for keyboard navigation, selection, and removal. - [TextField](react-aria/TextField.md): A text field allows a user to enter a plain text value with a keyboard. - [TimeField](react-aria/TimeField.md): TimeFields allow users to enter and edit time values using a keyboard. - [ToggleButton](react-aria/ToggleButton.md): A toggle button allows a user to toggle a selection on or off, for example switching between two states or modes. - [ToggleButtonGroup](react-aria/ToggleButtonGroup.md): A toggle button group allows a user to toggle multiple options, with single or multiple selection. - [Toolbar](react-aria/Toolbar.md): A toolbar is a container for a set of interactive controls, such as buttons, dropdown menus, or checkboxes, - [Tooltip](react-aria/Tooltip.md): A tooltip displays a description of an element on hover or focus. - [Tree](react-aria/Tree.md): A tree provides users with a way to navigate nested hierarchical information, with support for keyboard navigation - [useClipboard](react-aria/useClipboard.md) - [useCollator](react-aria/useCollator.md): ## Introduction - [useDateFormatter](react-aria/useDateFormatter.md): ## Introduction - [useDrag](react-aria/useDrag.md) - [useDrop](react-aria/useDrop.md) - [useField](react-aria/useField.md) - [useFilter](react-aria/useFilter.md): ## Introduction - [useFocus](react-aria/useFocus.md) - [useFocusRing](react-aria/useFocusRing.md) - [useFocusVisible](react-aria/useFocusVisible.md) - [useFocusWithin](react-aria/useFocusWithin.md) - [useHover](react-aria/useHover.md) - [useId](react-aria/useId.md) - [useIsSSR](react-aria/useIsSSR.md) - [useKeyboard](react-aria/useKeyboard.md) - [useLabel](react-aria/useLabel.md) - [useLandmark](react-aria/useLandmark.md) - [useLocale](react-aria/useLocale.md): ## Introduction - [useLongPress](react-aria/useLongPress.md) - [useMove](react-aria/useMove.md) - [useNumberFormatter](react-aria/useNumberFormatter.md): ## Introduction - [useObjectRef](react-aria/useObjectRef.md) - [usePress](react-aria/usePress.md) - [v1.0.0](react-aria/releases/v1-0-0.md):