Components

A comprehensive collection of reusable UI components built with React and Tailwind CSS. Each component is designed to be accessible, customizable, and easy to use.

Component Philosophy

Every NH-UI component is built with these principles in mind:

  • Accessible by Default: All components meet WCAG 2.1 AA standards
  • Fully Typed: Complete TypeScript support with IntelliSense
  • Customizable: Tailwind utilities and CSS variables for easy theming
  • Tree-shakeable: Import only what you need for optimal bundle size
  • Dark Mode Ready: Beautiful in both light and dark themes
  • Mobile First: Responsive design that works on all devices

Getting Started

To start using NH-UI components in your project:

npm install @noiseheroes/ui

// Import components in your React app
import { NHButton, NHCard } from '@noiseheroes/ui';
HeroUI • Build: 2025-08-04T19:49:43.459Z