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

@newtil/materials

v0.4.0

Published

Material Design 3 구현 CSS 라이브러리 — m3- prefix 기반 컴포넌트 (버튼, 카드, 다이얼로그, 네비 등). @newtil/design-tokens 위에 동작.

Readme

@newtil/components

newtil 디자인 시스템의 UI 컴포넌트 라이브러리.

변수 기반의 일관된 컴포넌트 (버튼, 카드, 다이얼로그, 아이콘 등 Material 3 스타일)를 제공합니다.

📖 공식 문서 사이트 — 모든 컴포넌트의 라이브 프리뷰·옵션·Variable API를 확인할 수 있습니다.

설계 철학

  • 모든 컴포넌트는 @newtil/design-tokens의 변수만 참조 (하드코딩 금지)
  • 사용자가 토큰만 재정의하면 모든 컴포넌트가 일관되게 변함
  • 다크모드 지원

설치

npm install @newtil/components

@newtil/design-tokens는 자동으로 함께 설치됩니다.

사용

CSS만 사용

<link rel="stylesheet" href="node_modules/@newtil/components/dist/index.css">

또는 빌드 도구에서:

import "@newtil/components";

컴포넌트 동작 JS

import "@newtil/components/dist/js/n-bar.js";
import "@newtil/components/dist/js/n-layout.js";

커스터마이징

@import "@newtil/components";

:root {
	--color-primary: #4f46e5;
	--color-primary-hover: #4338ca;
}

자세한 커스터마이징 가이드는 문서의 커스터마이징 페이지를 참고하세요.

주요 문서

출처

이 패키지는 @newtil/[email protected]에서 분리되어 나왔습니다. 원본 commit: 2f5cc313c563222ddfb7231b780cce6a384dabd9

라이선스

MIT