Back to React Spectrum

React Aria Starter

starters/docs/README.md

2022-12-16820 B
Original Source

React Aria Starter

Welcome to React Aria! This starter kit includes a Storybook containing all of the examples in the docs. You can modify any of the components or their corresponding CSS files to play around or bootstrap your own component library.

To get started, run the following commands:

shell
yarn
yarn storybook

Building for Production

This starter uses CSS Nesting, which is supported in the latest version of all major browsers, but if further support is needed, you can compile this to flattened selectors by enabling the feature in Lightning CSS or using the PostCSS Nesting plugin in your build.