Skip to content

Latest commit

 

History

History
 
 

starters

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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:

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.