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

dealtech-ui

v2.0.0

Published

DealTech UI starter CLI with installable UI elements and layouts for React + Vite + Tailwind

Readme

dealtech-ui

dealtech-ui adalah CLI untuk generate UI Panel Starter dan menambahkan UI element atau layout secara terpisah ke project React Anda.

Core dealtech-ui v2.0.0:

  • install untuk starter admin panel lengkap
  • add untuk copy UI element siap pakai
  • add-layout untuk copy layout beserta style CSS pendukungnya

Usage

Install starter app

npx dealtech-ui install my-admin-app

Command ini akan:

  1. Membuat folder project baru
  2. Menyalin starter template DealTech UI
  3. Menjalankan npm install otomatis

Lalu jalankan:

cd my-admin-app
npm run dev

Add UI element

npx dealtech-ui add button badge modal

Command ini akan menyalin file ke src/components/ui/... dan otomatis membawa dependency lokal yang dibutuhkan.

Contoh:

npx dealtech-ui add tabledata-v2

tabledata-v2 akan ikut membawa button dan actionbutton bila belum ada.

Add layout

npx dealtech-ui add-layout admin-layout

Command ini akan menyalin:

  • src/layout/AdminLayout.tsx
  • src/components/layout/AdminHeader.tsx
  • src/components/layout/AdminSidebar.tsx
  • src/styles/admin.css

Add page

npx dealtech-ui add-page reports

Command ini akan:

  • membuat file src/pages/reports/ReportsPage.tsx
  • menambahkan route /dashboard/reports ke src/layout/AdminApp.tsx

Flags

npx dealtech-ui install my-admin-app --no-install
npx dealtech-ui install my-admin-app --force
npx dealtech-ui add button --force
npx dealtech-ui add-layout admin-layout --force
  • --no-install untuk skip npm install
  • --force untuk overwrite file atau folder yang sudah ada

Available UI

actionbutton, badge, button, cardtabelv1, confirmmodal, filterselect, formmodal, infosection, input, inputdate, longtextinput, modal, notecard, pageheader, pagination, plancard, progresbarv1, progresbarv2, progresbarv3, scroltotop, searchableselect, searchinput, statcardoverview, tabledata-v1, tabledata-v2, timelinetabel, uploadfield, welcomecard

Alias umum seperti action-button, page-header, search-input, scroll-to-top, dan progress-bar-v2 juga didukung.

Available Layout

admin-layout

Local development

git clone <this-repo>
cd dealtech-ui
npm link

Lalu dari folder lain:

dealtech-ui install demo-app
dealtech-ui add badge
dealtech-ui add-layout admin-layout

License

MIT | Deal-Tech