Package Exports
- @real-system/react-aria
- @real-system/react-aria/lib/index.esm.js
- @real-system/react-aria/lib/index.js
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 (@real-system/react-aria) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@real-system/react-aria
React aria library for real system.
Usage
# install peer dependencies
# npm
$ npm install react react-dom
# yarn
$ yarn add react react-dom
# install react-aria
# npm
$ npm install @real-system/react-aria
# yarn
$ yarn add @real-system/react-ariaCode Example
import { useButton, useCheckbox, useCheckboxGroup, useCheckboxGroupItem } from '@real-system/react-aria';
...