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

Tailwind react aria components starter kits

Home Page:https://zaichaopan.github.io/tailwind-react-aria-components-starter-kits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind React Aria Components Starter kits

This project is heavily inspired by below amazing projects:

If you are looking for something like Tailwind Catalyst but using React Aria Component, give it a try.

Installation

This is NOT a component library. It just contains re-usable and styled components that you can copy and past 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 the AlertDialog, 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 - https://zaichaopan.github.io/tailwind-react-aria-components-starter-kits to explore all available components.

avatar

menu

dialog1

dialog2

dialog3

dialog4

dialog5

calendar

multiselect

About

Tailwind react aria components starter kits

https://zaichaopan.github.io/tailwind-react-aria-components-starter-kits

License:MIT License


Languages

Language:TypeScript 99.1%Language:CSS 0.5%Language:JavaScript 0.4%Language:HTML 0.1%