# 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): page.name.startsWith('react-aria/blog/') && !page.name.endsWith('index.html')) ?? []}/> - [Breadcrumbs](react-aria/Breadcrumbs.md): Breadcrumbs display a hierarchy of links to the current page or resource in an application. - [Building a Button Part 1: Press Events](react-aria/blog/building-a-button-part-1.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): Forms allow users to enter and submit data, and provide them with feedback along the way. React Aria includes many components that integrate with HTML forms, with support for custom validation and styling. - [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. - [How we internationalized our number field](react-aria/blog/how-we-internationalized-our-numberfield.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 does 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. - [Taming the dragon: Accessible drag and drop](react-aria/blog/drag-and-drop.md): - [v1.1.0](react-aria/releases/v1-1-0.md):