This project is heavily inspired by below amazing projects. All credits go to these works and resources.
If you are looking for something like Tailwind Catalyst but using React Aria Components, give it a try!
This is NOT a component library. It just contains re-usable and styled components that you can copy and paste to your project.
- Set up tailwindCSS
- Install
npm i react-aria-components
npm i tailwindcss-animate
npm i tailwind-merge
npm i tailwindcss-react-aria-components
npm i @tailwindcss/container-queries
# If you want to use the HoverCard component
npm i @floating-ui/react
# If you want to use the Multi-Select component
npm i react-stately
# If you want to use Separator or VisuallyHidden component
npm i react-aria
-
Edit your tailwind.config.js file using ./tailwind.config.js
-
Copy components from
src
to your project
Visit the storybook page - Tailwind React Aria Components Starter Kits to explore all available components.