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

nishiken-ui

v0.0.5

Published

A design system built with React, TypeScript, and Tailwind CSS

Readme

Nishiken UI

npm version npm downloads license

A modern React component library built with TypeScript and Tailwind CSS v4 (beta). Beautiful, accessible, and customizable UI components for your next project.

📦 Installation

npm install nishiken-ui

or

yarn add nishiken-ui

or

pnpm add nishiken-ui

🚀 Quick Start

  1. Import the CSS file in your app's entry point:
// main.tsx or App.tsx
import 'nishiken-ui/styles.css'
  1. Start using components:
import { Button, Card, Input } from 'nishiken-ui'

function App() {
  return (
    <Card>
      <Card.Header>
        <Card.Title>Welcome to Nishiken UI</Card.Title>
      </Card.Header>
      <Card.Content>
        <Input placeholder="Enter your name" />
        <Button variant="primary">Get Started</Button>
      </Card.Content>
    </Card>
  )
}

✨ Features

  • 🎨 Modern Design - Clean and modern design system with Tailwind CSS v4
  • 🌗 Dark Mode - Built-in dark mode support with CSS variables
  • 📱 Responsive - Mobile-first responsive design
  • Accessible - WAI-ARIA compliant components
  • 🎯 TypeScript - Full TypeScript support with exported types
  • 🎪 Customizable - Easy to customize with Tailwind utilities
  • 🚀 Tree Shakeable - ESM modules for optimal bundle size
  • 📚 Well Documented - Comprehensive Storybook documentation

🧩 Available Components

Current Components (v0.0.1)

  • Button - Primary, secondary, destructive, outline, ghost, and link variants
  • Card - Flexible card component with header, content, and footer sections
  • Input - Form input with label support
  • Label - Accessible form labels
  • Typography - Heading and Text components with semantic HTML

🗺️ Roadmap

Phase 1: Foundation ✅

  • ✅ Project setup with Vite, TypeScript, and Tailwind CSS v4
  • ✅ Button component with variants
  • ✅ Typography system (Heading, Text)
  • ✅ Card component with compound pattern
  • ✅ Input and Label components
  • ✅ Design tokens and color system
  • ✅ NPM package publication

Phase 2: Core Components 🚧

  • 📋 Form components (Select, Checkbox, Radio, Switch)
  • 📊 Data display (Table, List, Badge)
  • 💬 Feedback components (Alert, Toast, Progress)
  • 🎨 Layout components (Container, Grid, Stack)

Phase 3: Advanced Components 📅

  • 🎯 Navigation (Tabs, Breadcrumb, Pagination, Menu)
  • 🪟 Overlay components (Modal, Popover, Tooltip, Drawer)
  • 📅 Date/Time pickers
  • 🎨 Advanced theming system

Phase 4: Polish & Ecosystem 🌟

  • ♿ Enhanced accessibility
  • ⚡ Performance optimization
  • 📖 Comprehensive documentation site
  • 🎨 Theme builder tool
  • 🧪 Testing utilities

💻 Development

Prerequisites

  • Node.js 18+
  • npm, yarn, or pnpm

Setup

# Clone the repository
git clone https://github.com/x24ken/nishiken-ui.git
cd nishiken-ui

# Install dependencies
npm install

# Start development server
npm run dev

# Start Storybook for component development
npm run storybook

Available Scripts

npm run dev          # Start Vite dev server
npm run build        # Build the library
npm run build:watch  # Build in watch mode
npm run storybook    # Start Storybook
npm run typecheck    # Run TypeScript type checking
npm run lint         # Run ESLint

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

📧 Contact


Made with ❤️ by nishiken