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

daleui

v0.1.0

Published

<p align="center"> <img src="./public/newLogoWithText.svg" alt="달레 UI 로고" width="280" /> </p>

Readme

NPM Version Chromatic 🎨 Integration 🔀 codecov bundle size All Contributors

달레 UI

🎨 달레 스터디의 디자인 시스템

핵심가치 (Core values)

  • 모두를 위한 경험 설계 — 초보자부터 전문가까지 쉽게 채택할 수 있는 온보딩 경험
  • 명확성과 투명성 — 기술적 개념과 의사결정 과정을 명확하고 투명하게 전달
  • 일관성과 신뢰성 — 예측 가능하고 신뢰할 수 있는 컴포넌트와 패턴
  • 한국어 사용자 중심 설계 — 한국어 타이포그래피와 문화적 맥락에 최적화
  • 적응적 유연성 — 다양한 사용 시나리오에 맞는 유연한 아키텍처
  • 커뮤니티 중심 발전 — 오픈소스 정신에 입각한 참여와 기여

문서 (Documentation)

설치 (Installation)

React 프로젝트에서 다음 패키지 매니저 중 하나로 설치합니다.

# with Bun
$ bun add daleui

# with npm
$ npm install daleui

# with pnpm
$ pnpm add daleui

# with Yarn
$ yarn add daleui

앱 진입점(예: main.tsx, App.tsx)에서 스타일을 한 번에 불러옵니다.

import "daleui/styles.css";

사용법 (Usage)

import { Button } from "daleui";

export default () => (
  <>
    <Button size="md" tone="brand" type="button" variant="solid">
      시작하기
    </Button>
    <TextInput placeholder="텍스트를 입력해주세요." />
  </>
);

기여 (Contribution)

본 프로젝트는 All Contributors 관례에 따라 기여자분들의 공헌를 인정하고 감사를 표현하고 있습니다.

응원 (Support)

달레 UI가 여러분의 프로젝트에 도움이 되신다면 후원을 고려해주시면 감사하겠습니다. 💝 저장소에 스타를 주시는 것도 더 많은 분들이 저희 커뮤니티를 찾는데 도움이 됩니다. ⭐