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

brutestrap

v1.5.4

Published

A port of Blueprint/React-Bootstrap UI kit components to Brutal.js and CSS Grid, energized by the pursuit of minimalist code and minimalist design in all things.

Downloads

27

Readme

brutestrap (v1.5.2)

A port of Blueprint/React-Bootstrap (also with Inspiration from Ignite and Evergreen) UI kit components to Brutal.js and CSS Grid, energized by the pursuit of minimalist code and minimalist design in all things.

[...new Set([...Blueprint, ...Bootstrap])].map(convertTo(Brutal.js, CSSGrid)).filter(minimalistCode)

Roadmap / TODO list

Note: the choice of whether the component is from Blueprint or Bootstrap depends on which I think looks more like what I want.

Simple input components

  • ~Blueprint text inputs~
  • ~Blueprint tag inputs~
  • ~Blueprint file inputs~
  • ~Spinner~
  • ~Button with spinner~

Intermediate Components

  • ~Table (defined by three functions, column_header(i), row_header(j), cell_data(i,j))~
  • ~Datalist (defined by 1 function data(i))~
  • List component (list of inputs).
  • Map component (map of inputs, string keys to inputs).

Media Components

  • Image Capture component (upload)
  • Page capture component (is this possible in regular browser JS? upload)
  • Sound recorder component (streaming / upload)
  • Video recorder component (streaming / upload)
  • Location capture component (streaming / upload)

Layout Components

  • Modal (of various kinds)
  • Drawer
  • Toast
  • Dialog
  • Menu

Advanced Input components

  • Live updating fuzzy search input (e.g: "type your city...", "skill...", "topic...") (not just a datalist or its select polyfill on iOS, but a true fuzzy search input with updating list that works on any target)
  • Group of inputs (group of observations of a particular input, either listed, or mapped) "higher order component" that takes any imput component, and either "list" or "map" type (map types will just support string keys for now)

Extended Components

  • Table
    • Rename columns (optional)
    • Reorder rows (optional)
    • Reorder columns (optional)
    • Columns can be deleted (optional)
    • Columns can be hidden (optional)
    • Presentation mutations can be saved.
  • List component
    • Slots can be reordered (optional).
    • Can page for more inputs (optional).
  • Map component
    • Keys can be renamed (optional).
    • Keys can have order (optional).
    • Keys can be reordered (optional).