react-aria-patterns

Installation
SKILL.md

React Aria Patterns

Build accessible UI components using Adobe's React Aria hooks library with React 19 patterns.

Overview

  • Building accessible buttons, links, and toggles with keyboard/screen reader support
  • Implementing modal dialogs with proper focus management and trapping
  • Creating autocomplete/combobox components with filtering and selection
  • Building menu systems with roving tabindex and proper ARIA roles
  • Implementing accessible tables, listboxes, and selection patterns

Quick Reference

useButton - Accessible Button Component

import { useRef } from 'react';
import { useButton, useFocusRing, mergeProps } from 'react-aria';
Related skills

More from yonatangross/orchestkit

Installs
15
GitHub Stars
170
First Seen
Jan 22, 2026