1. Docs
  2. Installation

Installation

How to install dependencies and structure your app.

shadcn/ui

Setup can be done by using the shadcn/ui cli. You can find instructions for your framework here.

Next, install react-aria-components

npm install react-aria-components

Router Provider

react-aria-components has its own Link component and API. This is used on various components in the library with href on them. To set this up for your projects follow the instructions here.

This works on NextJS, React Router and Remix!

If you have to, you could switch out the link for your preferred one, but the above should handle most use cases.

Thats all!