NOTE: This is simply an updated version of the starter kit download - upgrading to Storybook 8 including a theme switcher for light and dark modes in Storybook.
react-aria-starter.mp4
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:
pnpm install
pnpm storybookThis 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.