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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@dash-ui/design-system

v0.1.2

Published

A design system starter pack for @dash-ui

Downloads

2

Readme

A command line tool for creating design systems with Dash and Storybook

# Using npx
npx @dash-ui/design-system my-design-system

# OR using a global install
yarn global add @dash-ui/design-system
create-design-system my-design-system

# Start Storybook in the design system directory
cd my-design-system
yarn storybook

Preview

Storybook preview image

What's in the box?

  • [x] UI component starter pack Alerts, badges, buttons, checkboxes, switches, and spinners, inputs, textareas, and icons.
  • [x] Layout components exported from @dash-ui/react-layout: Box, Grid, Row, Column, and more!
  • [x] Tailwind design tokens
  • [x] Beautiful typography out of the box
  • [x] Responsive props and styles from @dash-ui/responsive
  • [x] Modern CSS reset
  • [x] Accessibility
  • [x] Auto-documentation with Storybook
  • [x] Semantic versioning
  • [x] Strongly typed with TypeScript
  • [x] Modern build system automatically generates ESM, UMD, CJS, modules, and types based upon the "exports" field in the package.json

Build tools

The design system comes with a variety of build tools that allow you to release with confidence

| Tool | Description | | ------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------- | | React | This starter pack is built in React | | TypeScript | Your design system should have strong types and autocomplete | | Storybook | Write your documentation as you code and build bulletproof UI components | | Yarn | Because I said so | | Jest + @testing-library | For testing components and hooks | | Prettier | For formatting code, READMEs, and configs | | ESLint | For linting the design system | | Standard Version | Semantic releases made easy | | Commitlint | Lints your commit messages | | Lundle | A build tool that automatically generates UMD, ESM, CJS, modules, and types based upon the "exports" field in the package.json | | Travis CI | (Optional) For continuous integration |

Usage

create-design-system <name> [--user=githubUsername] [--org=githubOrg] [--scope=npmOrg] [--no-git]

| Argument | Type | Required | Description | | -------- | --------- | -------- | --------------------------------------------------------------------------------------------------------------- | | name | string | Yes | The name of the package you're creating. This is also the name of the directory the package will be created in. | | user | string | No | Your GitHub username | | org | string | No | A GitHub organization name where the repo should live | | scope | string | No | An npm organization | | no-git | boolean | No | Create the package without initializing a git repo |

LICENSE

MIT