npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, πŸ‘‹, I’m Ryan HefnerΒ  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you πŸ™

Β© 2026 – Pkg Stats / Ryan Hefner

@heroui/react

v3.2.1

Published

πŸš€ Beautiful and modern React UI library built with Tailwind CSS 4.0.

Readme

Why HeroUI?

HeroUI (previously NextUI) is a production-ready React component library that combines the accessibility rigor of React Aria with the utility-first styling of Tailwind CSS v4. It ships a clean compound component API (Card.Header, Card.Content, Select.Item, …), requires no <Provider> wrapper, and works out of the box with React 19 and Next.js.

  • Accessible by default β€” Built on React Aria for WCAG-compliant keyboard, focus, and screen-reader behavior
  • Tailwind CSS v4 β€” Modern engine, no CSS-in-JS runtime, smaller output, faster builds
  • Compound components β€” Composable API (Card.Header, Card.Content) instead of deeply nested props
  • Zero boilerplate β€” No Provider wrapper needed (unlike Chakra, MUI)
  • AI-native β€” MCP server, llms.txt, and agent skills so AI assistants understand your components
  • Battle-tested β€” Previously known as NextUI, trusted by thousands of production apps

Packages

| Package | Description | |---|---| | @heroui/react | Full component bundle | | @heroui/styles | Styles / theme only | | Individual packages | e.g. @heroui/button, @heroui/modal β€” tree-shakeable per-component imports |

Getting Started

Visit heroui.com/docs/react/getting-started/quick-start to get started with HeroUI.

npm install @heroui/react

Who Is This For?

HeroUI is a good fit if you are building:

  • SaaS applications β€” forms, tables, overlays, and notifications out of the box
  • Dashboards & admin panels β€” data-dense layouts with consistent design tokens
  • E-commerce storefronts β€” performant, accessible, SEO-friendly components
  • Marketing sites & landing pages β€” polished UI without a heavyweight runtime
  • Any React / Next.js project that values design quality and accessibility

AI-Powered Development

HeroUI is built for the AI-assisted development workflow.

| Tool | What it does | |---|---| | MCP Server (@heroui/react-mcp) | Components that understand your theme β€” install the server in Cursor, Claude Code, Windsurf, or any MCP-compatible editor | | llms.txt | Available at heroui.com/llms.txt β€” structured context for LLMs about every component | | Agent Skills | Run npx heroui-cli agents-md to install skills for Cursor, Claude Code, and more |

Works with Cursor, Claude Code, Windsurf, GitHub Copilot, and any tool that supports MCP or llms.txt.

Compared To

| Library | How HeroUI differs | |---|---| | shadcn/ui | HeroUI is batteries-included with a consistent design system; shadcn is copy-paste-customize | | MUI | HeroUI is lighter, Tailwind-native, no CSS-in-JS runtime overhead | | Chakra UI | HeroUI uses React Aria (stronger a11y primitives) and Tailwind v4 (better perf) | | Mantine | HeroUI has AI tooling (MCP, llms.txt), Tailwind-first styling |

Documentation

Storybook

Visit storybook-v3.heroui.com to view the storybook for all components.

Roadmap

Visit herouiv3.featurebase.app/roadmap to view the roadmap for HeroUI v3.

Figma

Visit the HeroUI Figma Kit (v3) to view the design kit.

Community

We're excited to see the community adopt HeroUI, raise issues, and provide feedback. Whether it's a feature request, bug report, or a project to showcase, please get involved!

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's CODE_OF_CONDUCT.

License

MIT