Sawangg / heraUI

A fully customizable React Aria & TailwindCSS UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HeraUI

This is a UI library (currently in alpha) created on top of react-aria-components and TailwindCSS.

Usage

Install the dependencies and just clone or copy the ui folder into your project. Start importing the components, it has never been that easy!

Dark mode

You need to add this property in your tailwind config if you wish to control the dark mode

darkMode: "class",

Dependencies

Here is a list of dependencies needed (currently only supporting TypeScript).

npm i react-aria-components tailwindcss clsx
yarn add react-aria-components tailwindcss clsx
pnpm add react-aria-components tailwindcss clsx
bun i react-aria-components tailwindcss clsx

⚙️ Feel free to replace (in Avatar & Text) the Nextjs Image and Link with your own components or HTML if you're not using Nextjs.

Documentation

Coming soon..

License

Licensed under the MIT license.

About

A fully customizable React Aria & TailwindCSS UI

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 100.0%