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

destamatic-ui

v2.1.0

Published

*A lightweight component library powered by `destam` and `destam-dom`.*

Readme

Destamatic UI

A lightweight component library powered by destam and destam-dom.


Build Status npm version

Destamatic UI is a UI library built on the delta state management library destam and the DOM manipulation library destam-dom. The base set of components take inspiration from MUI and standard HTML tags, with additional ease-of-use features integrated.

To get started, checkout the destamatic-template repository, clone it and set it up like an other js project!

destamatic-template

Features Overview

Destamatic UI offers a range of components designed for responsive and interactive web interfaces. Key features include:

  • State Management Integration: Built on destam, enabling effortless state management across components.
  • Built-in Reactivity: Utilizes destam-dom for efficient DOM manipulations and updates without the need for a virtual DOM.
  • Theming: Customizable and reactive theming for consistent, application-wide styles and appearances.
  • Universal Icons: Seamless icon support for all your favorite icon libraries or custom icon sources.
  • Component Library: Includes navigational, input, and display components inspired by Material Design principles.

For a detailed overview of the components and their functionalities, refer to the documentation.

Demo

You can install and run the demo by following these steps:

  1. Clone the repository:

    git clone https://github.com/torrinworx/destamatic-ui.git
  2. Navigate to the project directory:

    cd destamatic-ui
  3. Install dependencies:

    npm install
  4. Run the demo:

    npm run dev

    This will start the Vite demo server on http://localhost:5173/. You can view example components based on their directory paths in the examples folder. Here's how you can access them:

    Replace the path with the corresponding directory and file name to explore the other examples.