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

quanta-kit-design-system-angular

v0.0.4

Published

๐Ÿš€ **Techy & Futuristic** - QuantaKit delivers quantized UI elements in an Angular-based toolkit built for scale. With atomic design, blazing performance, and WCAG accessibility, it's your launchpad to consistent, adaptive appsโ€”now and as Web Components i

Readme

QuantaKit Angular

๐Ÿš€ Techy & Futuristic - QuantaKit delivers quantized UI elements in an Angular-based toolkit built for scale. With atomic design, blazing performance, and WCAG accessibility, it's your launchpad to consistent, adaptive appsโ€”now and as Web Components in the future.

โœจ Features

  • โš›๏ธ Atomic Design - Components built with atoms, molecules, and organisms
  • ๐Ÿš€ Angular 20 - Latest Angular framework with modern architecture
  • ๐Ÿ“– Storybook Integration - Interactive component development and documentation
  • โ™ฟ WCAG Accessibility - Full accessibility compliance out of the box
  • ๐ŸŽฏ Performance Optimized - Tree-shakeable, lightweight components
  • ๐Ÿ”ฎ Future-Ready - Designed for easy Web Components migration
  • ๐ŸŽจ Themeable - Consistent design system with customization options
  • ๐Ÿ“ฑ Responsive - Mobile-first responsive design

๐Ÿ› ๏ธ Prerequisites

  • Node.js (version 22 or higher)
  • npm (comes with Node.js)
  • Git

๐Ÿ“ฆ Installation

For Library Users

npm install quanta-kit-design-system-angular

For Development

  1. Clone the repository:
git clone https://github.com/marvin-aroza/quanta-kit-angular.git
cd quanta-kit-angular
  1. Install dependencies:
npm install
  1. Start Storybook (recommended for development):
npm run storybook

Storybook will be available at http://localhost:6006.

๐Ÿš€ Quick Start

import { ButtonComponent } from "quanta-kit-design-system-angular";

@Component({
  template: ` <qk-button variant="primary" size="medium"> Click me! </qk-button> `,
})
export class MyComponent {}

๐Ÿ—๏ธ Available Scripts

  • npm run storybook - Start Storybook development environment
  • npm start - Start Angular development server
  • npm run build - Build the library
  • npm run build-storybook - Build Storybook for production
  • npm test - Run unit tests
  • npm run test-storybook - Run Storybook tests

Development serverta-kit-angular

๐Ÿš€ Techy & Futuristic QuantaKit delivers quantized UI elements in an Angular-based toolkit built for scale. With atomic design, blazing performance, and WCAG accessibility, itโ€™s your launchpad to consistent, adaptive appsโ€”now and as Web Components in the future.

This project was generated using Angular CLI version 20.1.3.

Development server

๐Ÿ“ Project Structure

projects/quanta-kit/
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ lib/            # Component library source
โ”‚   โ”‚   โ”œโ”€โ”€ atoms/      # Basic building blocks
โ”‚   โ”‚   โ”œโ”€โ”€ molecules/  # Simple combinations
โ”‚   โ”‚   โ””โ”€โ”€ organisms/  # Complex components
โ”‚   โ””โ”€โ”€ public-api.ts   # Library exports
โ”œโ”€โ”€ .storybook/         # Storybook configuration
โ””โ”€โ”€ stories/            # Storybook stories

๐ŸŽจ Component Categories

Atoms

  • Button, Input, Label, Icon, etc.

Molecules

  • Form Field, Card Header, Navigation Item, etc.

Organisms

  • Form, Card, Navigation Bar, etc.

๐Ÿค Contributing

We welcome contributions! Please see our Contributing Guide for details on:

  • Component development workflow
  • Storybook story creation
  • Accessibility requirements
  • Testing standards

๐Ÿ“š Documentation

  • Storybook: Interactive component playground and documentation
  • API Docs: Generated TypeScript documentation
  • Usage Guide: QuantaKit Docs

๐Ÿ“„ License

This project is private and proprietary.

๐Ÿ”— Related Projects