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

@dashflowx/ui

v0.2.74

Published

## Overview

Readme

Dashflow-X

Overview

Dashflow-X is an open-source UI design system library designed to help developers reduce development time by providing a set of reusable and customizable components. The library includes a wide range of UI elements, themes, and utilities that adhere to modern design principles, ensuring a consistent and professional look across your applications.

Features

  • Reusable Components: A comprehensive collection of pre-built UI components such as buttons, forms, modals, and more.
  • Customizable Themes: Easily switch and customize themes to match your project's branding.
  • Responsive Design: Components are designed to be fully responsive, ensuring a seamless user experience across devices.
  • Accessibility: Built with accessibility in mind to ensure your application is usable by everyone.
  • Documentation: Extensive documentation and examples to help you get started quickly.

Installation

You can install Dashflow-X using npm:

npm install dashflow-x

Getting Started

Here's a quick example to get you started with Dashflow-X:

  1. Import Dashflow-X styles and components in your project:

    import 'dashflow-x/dist/dashflow-x.css';
    import { Button, Card } from 'dashflow-x';
  2. Use the components in your application:

    import React from 'react';
    import { Button, Card } from 'dashflow-x';
    
    const App = () => (
      <div>
        <Card title="Welcome to Dashflow-X">
          <p>This is a simple card component from Dashflow-X.</p>
          <Button onClick={() => alert('Button clicked!')}>Click Me</Button>
        </Card>
      </div>
    );
    
    export default App;

Documentation

Detailed documentation is available on our official website. Here you will find guides, API references, and examples to help you make the most out of Dashflow-X.

Contributing

We welcome contributions from the community! Here are some ways you can contribute:

  • Report Bugs: If you find a bug, please report it by opening an issue on GitHub.
  • Request Features: Have an idea for a new feature? Let us know by creating a feature request.
  • Submit Pull Requests: We welcome code contributions. Please read our contributing guide to get started.

Support

If you need help or have any questions, feel free to reach out:

Acknowledgements

We would like to thank the open-source community for their contributions and support in making Dashflow-X a reality.