JSPM

react-aria-components

1.0.0-nightly.4206+88550234c
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3291336
  • Score
    100M100P100Q191337F
  • License Apache-2.0

A library of styleable components built using React Aria

Package Exports

  • react-aria-components

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-aria-components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React Aria Components

React Aria Components is a library of unstyled components implementing ARIA patterns, built on top of the React Aria hooks. It provides components for common UI patterns, with accessibility, internationalization, interactions, and behavior built in, allowing you to focus on your unique design and styling rather than re-building these challenging aspects. React Aria has been meticulously tested across a wide variety of devices, interaction modalities, and assistive technologies to ensure the best experience possible for all users.

Compared with the React Aria hooks, React Aria Components provides a default DOM structure and styling API, and abstracts away the glue code necessary to connect the hooks together. The components and hooks also work together, allowing them to be mixed and matched depending on the level of customization required.

Features

  • ♿️ Accessible – React Aria Components provides accessibility and behavior according to WAI-ARIA Authoring Practices, including full screen reader and keyboard navigation support. All components have been tested across a wide variety of screen readers and devices to ensure the best experience possible for all users.
  • 📱 Adaptive – React Aria Components ensures consistent behavior, no matter the UI. It supports mouse, touch, keyboard, and screen reader interactions that have been tested across a wide variety of browsers, devices, and platforms.
  • 🌍 International – React Aria Components supports over 30 languages, including right-to-left-specific behavior, internationalized date and number formatting, and more.
  • 🎨 Styleable – React Aria Components does not include any styles by default, allowing you to build custom designs to fit your application or design system, with any styling methodology.

Status

React Aria Components is currently in beta. This means most APIs are stable but some changes may still occur, and there are some known bugs. That said, it is based on a solid and battle-tested foundation in React Aria, and we would love for you to try it out and give us feedback! Please report issues and feature requests on GitHub.

Documentation

You can learn more about React Aria Components in our documentation.