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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@huement/ui

v0.5.7

Published

HUI is a BS5 based css framework, with an emphasis on typography and creating a visually pleasing layout. Perfect for text heavy applications, like a blog.

Downloads

35

Readme

Version Badge NPM Status Size Badge

using Bootstrap 5 to create a 'visually pleasing' harmonic layout. Content focused with a neat typographic system.

@huement/ui aka hui, really shines when used in a text heavy content setting, such as a blog page, where it can greatly improve the overall reading experience.

hui is easily configured via SCSS $_Variables. You know the drill, load in your custom variables, then build with npm run build:css to produce a CSS file (and optionally a custom SVG based icon font with build:icons). Simply load that resulting CSS file into whatever HTML5 based application you're developing and you're good to go! Alternatively before you run any code, you can install the precompiled CSS provided in the repo, or play around with the kitchensink HTML demo, either way are a great way to try things out first.


SPECIAL NOTE

HUI is a passion project that has gone through a couple revisions. It finally has a roadmap to completion and is activly being worked into a state where other users might find it useful. Please check back soon, sometime after Q1 2025.

The current version 0.5.0 is getting close to being able to be used. When I do an actual release, it MIGHT be worth your time, until then, I would avoid using this for anything besides messing about because it is subject to breaking changes.


TABLE OF CONTENTS


━▶ SECTIONS OVERVIEW

hui is designed to be SIMPLE! The folder structure is a testament to that principle.

  1. bin ❱ command line scripts
  2. dist ❱ finalized output
  3. public ❱ static files
  4. src ❱ SCSS framework
  5. tokens ❱ design variables
  6. web ❱ documentation & demo content

NOTES: • Everything in the public folder is copied to the /dist/ folder on build. • /dist/ is routinely deleted. Never attempt to make a permanent change to anything in that folder directly. Modify /scss/ and rebuild.


━▶ INSTALLING

TODO: npm install (needs to be added to npm) TODO: HTML snippets < link href='' /> TODO: SCSS import snippet


━▶ SCSS Framework Building

TODO: this part needs a lot of work

STYLE + DESIGN TOKENS

  1. tokens/icons ❱ TODO Fantasticon details
  2. tokens/chords.json ❱ TODO explain how to generate this
  3. stack.json + color_tokens.json ❱ TODO sort out the token color files

━▶ SVG Icon Font Tools

TODO: this part needs a lot of work


━▶ Command Line Tool

The /bin/ directory in the root of the repository contains a number of scripts that are used to build HUI and can assist you in creating a custom version of the library as well as the icon kit.

 node bin/cli.cjs

Running that main command will allow you to use a menu and easily access the other scripts and their parameters.

⬦ Colors

TODO: add in info about the CLI colors command

⬦ Typography Chords

In trying to create a "HARMONIC" layout, one that is visually pleasing, HUI attempts to break your typography into different chords. A Chord in music a combination of notes at the same time, in our CSS file, a chord is all the type settings for a given breakbreak. So how does H1 - H6 look at 500px vs how they are going to read at 1500px.

By treating each screen size as a different chords, it helps you keep in mind not just the screen size, but the atmosphere around that screen. Think about listening to a video on your phone vs on your TV. Totally different expereinces, and its not just because the screen is bigger. For that reason, on mobile phones, readability is important, but so is size. Large margins on smaller screens annoy your users, and create unwanted or unintended breaks when things are crunched down to one massive column.

.... etc more about chords get other markdown files pasted in here.

TODO: add in info about the CLI typography chords command


 @huement/ui |  HUEMENT USER INTERFACE
     version |  0.5.*
    codename |  mojo