This project is heavily inspired by below amazing projects.
This is not a component library. It just contains styled react aria components that you can copy and paste to your project to create your own design system.
- Set up tailwindCSS
- Install dependencies
npm i react-aria-components
npm i react-stately
npm i react-aria
npm i tailwindcss-animate
npm i @tailwindcss/container-queries
npm i tailwind-merge
## Only if you want to use the HoverCard component
npm i @floating-ui/react
- Copy components from
src
to your project
Visit the storybook page - React Aria Components Tailwind Starter to explore all available components.