Skip to content

Luxadia/tailwind-react-aria-components-starter-kits

 
 

Repository files navigation

Tailwind React Aria Components Starter kits

hero

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!

Installation

This is NOT a component library. It just contains re-usable and styled components that you can copy and paste to your project.

  1. Set up tailwindCSS
  2. 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
  1. Edit your tailwind.config.js file using ./tailwind.config.js

  2. Copy components from src to your project

Visit the storybook page - Tailwind React Aria Components Starter Kits to explore all available components.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%