One-click install
npx skills add https://github.com/gursheyss/styx --skill heroui-react-gursheyss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heroui-react
Source: https://github.com/gursheyss/styx/tree/main/.agents/skills/heroui-react
Command: npx skills add https://github.com/gursheyss/styx --skill heroui-react-gursheyss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

HeroUI v3 React component library provides accessible, customizable UI components for React applications built on Tailwind CSS v4 and React Aria. It supports using HeroUI components directly, installing HeroUI, customizing HeroUI themes, and accessing component documentation.

Core Features & Use Cases

  • No Provider required (v3): Build composable, accessible UI like Card, Button, etc., without wrapping with a provider.
  • Theming and docs integration: Centralized CSS variables with Tailwind v4 compatibility and beta package support, plus script-based docs retrieval.
  • Use Case: Start a new React project and rapidly assemble a feature-rich UI by composing Card, Button, and Form components per v3 patterns.

Quick Start

Install the HeroUI v3 packages and begin importing components to render UI immediately.

Frequently Asked Questions about heroui-react

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use HeroUI components in a React app without wrapping them in a provider?

HeroUI v3 components can be used directly without a provider. You can import and render components like Card and Button immediately after installing the HeroUI beta packages, leveraging v3 conventions for accessible, composable interfaces.

What's the best way to set up theming for React UI components using Tailwind CSS v4?

Theming React UI components with Tailwind CSS v4 is done through centralized CSS variables. HeroUI v3 integrates Tailwind v4 compatibility to apply custom themes across your React application without requiring a provider wrapper.

Does HeroUI v3 work with older Tailwind CSS versions?

HeroUI v3 requires Tailwind CSS v4. It enforces v3 conventions including beta package usage and centralized CSS variables, meaning older Tailwind versions are not supported for building these accessible UI components.

How do I install and start using React UI components like Card and Button in a new project?

To start using React UI components, install the HeroUI v3 beta packages. Once installed, you can import components like Card and Button directly into your React application to rapidly assemble a feature-rich UI.

Why does my HeroUI v3 component require a beta package?

HeroUI v3 enforces the use of beta packages to support its v3 conventions. These conventions include compound components, no provider architecture, and Tailwind CSS v4 compatibility for accessible React UI development.

Can I access component documentation directly during React development?

Yes, component documentation is accessible through script-based docs retrieval. This provides installation and usage guidance for HeroUI v3 React components, helping you apply the correct v3 patterns while building your UI.