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

@hublab/ui

v1.1.0

Published

200+ production-ready React components for HubLab - Build web apps with AI-powered, security-hardened components. Includes SecureLivePreview with sandboxed iframe execution, optimized for performance with useMemo/useCallback.

Readme

@hublab/ui

180+ production-ready React components for building web applications with AI assistants.

Installation

npm install @hublab/ui
# or
yarn add @hublab/ui
# or
pnpm add @hublab/ui

Usage

Full Import

import { LineChart, BarChart, KPICard, DataTable } from '@hublab/ui'

Category-specific Imports

// Charts
import { LineChart, BarChart, PieChart, AreaChart } from '@hublab/ui/charts'

// Forms
import { Input, Select, Checkbox, DatePicker } from '@hublab/ui/forms'

// Tables
import { DataTable, SortableTable, FilterableTable } from '@hublab/ui/tables'

// UI Components
import { Button, Card, Modal, Badge } from '@hublab/ui/ui'

// Layouts
import { DashboardLayout, LandingPageLayout } from '@hublab/ui/layouts'

// Marketing
import { Hero, PricingTable, FeatureGrid, CTA } from '@hublab/ui/marketing'

// E-commerce
import { ProductCard, ShoppingCart, Checkout } from '@hublab/ui/ecommerce'

Components

📊 Data Visualization (30+ components)

  • Line Charts, Bar Charts, Pie Charts, Area Charts
  • Scatter Plots, Heatmaps, Treemaps
  • KPI Cards, Metric Displays, Progress Indicators

📝 Forms (25+ components)

  • Text Inputs, Textareas, Selects
  • Checkboxes, Radios, Switches
  • Date Pickers, Time Pickers, File Uploads
  • Multi-step Forms, Form Validation

📋 Tables (15+ components)

  • Data Tables with sorting/filtering
  • Editable Tables, Expandable Rows
  • Pagination, Search, Bulk Actions

🎨 UI Components (40+ components)

  • Buttons, Cards, Badges, Avatars
  • Modals, Drawers, Tooltips, Popovers
  • Tabs, Accordions, Breadcrumbs
  • Alerts, Notifications, Progress Bars

📐 Layouts (20+ components)

  • Dashboard Layouts, Admin Panels
  • Landing Page Sections
  • Sidebars, Headers, Footers

🎯 Marketing (25+ components)

  • Hero Sections, Feature Grids
  • Pricing Tables, Testimonials
  • CTAs, Newsletter Signups
  • FAQ Sections, Social Proof

🛒 E-commerce (25+ components)

  • Product Cards, Product Grids
  • Shopping Cart, Checkout Flow
  • Order Tracking, Reviews
  • Filters, Search, Wishlist

Requirements

  • React 18+
  • Tailwind CSS 3+
  • TypeScript 5+ (recommended)

Tech Stack

  • Framework: React 18
  • Styling: Tailwind CSS
  • Icons: Lucide React
  • Charts: Recharts
  • Type Safety: TypeScript

Links

  • Website: https://hublab.dev
  • Documentation: https://hublab.dev/docs
  • Examples: https://hublab.dev/examples
  • GitHub: https://github.com/raym33/hublab
  • NPM: https://www.npmjs.com/package/@hublab/ui

License

MIT © HubLab Team