NextProduction

.dev

NPUI

v2.1.0Stable
300+ stars
10K+ downloads

Modern React component library with TypeScript support and Tailwind CSS integration

Installation

npm

npm install @nextproduction/npui

yarn

yarn add @nextproduction/npui

pnpm

pnpm add @nextproduction/npui

Quick Start

Basic Usage

import { Button, Card, Input } from '@nextproduction/npui'

function App() {
  return (
    <Card className="p-6">
      <h1>Welcome to NPUI</h1>
      <Input placeholder="Enter your name" />
      <Button>Get Started</Button>
    </Card>
  )
}

Features

50+ React Components
TypeScript Support
Tailwind CSS Integration
Accessibility Features
Dark Mode Support
Customizable Themes
Tree Shaking Support
SSR Compatible

Components

Button

Customizable button component with variants

Card

Flexible container component

Input

Form input with validation support

Modal

Accessible modal dialog component

Table

Data table with sorting and filtering

Navigation

Responsive navigation component

Need Help?

Join our community, report issues, or contribute to make NPUI even better.