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

@usetaehwan/ui

v0.2.0

Published

A warm, token-based React design system

Readme

@usetaehwan/ui

토큰 기반 React 디자인 시스템. 저채도 웜 뉴트럴 팔레트와 6개의 코어 프리미티브로 구성됩니다.

설치

npm install @usetaehwan/ui

사용

// 1. 토큰 CSS 임포트 (globals.css 등)
import "@usetaehwan/ui/tokens.css";
// 1-1. 애니메이션이 필요한 컴포넌트(OrbitLoader, EmptyState)를 쓸 때만
import "@usetaehwan/ui/styles.css";

// 2. 컴포넌트 사용
import { Button, Card, Badge } from "@usetaehwan/ui";

<Button variant="primary" size="md">클릭</Button>

컴포넌트

  • Button — primary / secondary / ghost × sm / md / lg
  • Input — label, error 지원
  • Card — Card / CardHeader / CardBody 합성
  • Badge — neutral / brand
  • Typography — Heading, Text
  • Container — 레이아웃 래퍼
  • Modal — 포털 기반 중앙 모달 (md / lg / xl, reduced-motion 대응)
  • ProgressBar — 0~100 진행도 바 (ARIA progressbar)
  • OrbitLoader — 궤도형 로딩 스피너 · styles.css 필요
  • EmptyState — 빈 상태 안내 (아이콘/제목/설명/액션) · styles.css 필요

설계 원칙

  1. 색·간격 하드코딩 금지 — 토큰만 참조
  2. 프레임워크 비종속 — 순수 React (Next.js 등 의존 없음)
  3. 테마 교체 가능 — 토큰만 바꾸면 전체 테마 변경

License

MIT