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

gameboy-css-framework

v1.0.0

Published

A lightweight, pixel-perfect CSS framework inspired by the classic Game Boy.

Downloads

10

Readme

Gameboy.css

npm package version jsDelivr CDN GitHub license


Table of Contents


Introduction

Gameboy.css is a lightweight CSS framework inspired by the iconic design of the original Nintendo Game Boy. It provides a set of pre-designed components and utility classes that allow you to easily create retro-themed websites and user interfaces with a distinctive pixel art aesthetic.


Features

  • 🎮 Pixel-Perfect Design — Replicates the look of the Game Boy.
  • 🧩 Modular — Use only what you need.
  • 📱 Responsive (Basic) — Works on various screen sizes.
  • 🛠️ Customizable — Override styles easily.
  • 🧠 Intuitive Class Names — Easy to remember and use.
  • 📦 Components Included — Headers, Containers, Typography, Buttons, Forms, and more.

Quick Start

Via CDN

Add this to your <head> section:

https://cdn.jsdelivr.net/gh/your-username/[email protected]/gameboy.css

Replace your-username and your-repository with your GitHub info.

Via Package Manager

Install via npm:

npm install your-package-name

Then include it in your HTML or main stylesheet:

<link rel="stylesheet" href="./node_modules/your-package-name/gameboy.css">

Or via CSS import:

@import 'your-package-name/gameboy.css';

Usage

Gameboy.css provides components and utility classes. You define your own layout and apply the styles.

Containers

<div class="gb-card primary">
  <h3>Item Acquired!</h3>
  <p>You found a Super Potion.</p>
</div>

Buttons

<button type="button" class="button primary">START</button>

Fonts

Recommended font: Press Start 2P from Google Fonts.

<head>
  https://fonts.googleapis.com/css?family=Press+Start+2P
  <link rel="stylesheet" href="gameboy.css">
  <style>
    body, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea {
      font-family: 'Press Start 2P', cursive;
    }
  </style>
</head>

Note: This font supports only English characters.


Examples

  • Showcase: See index.html for a full demo.
  • Article Example: See comparisson.html. plain HTML vs Gameboy.css.

Contributors

Thanks to the following people for contributing:

  • Keinan21 — Creator

License

This project is licensed under the MIT License. See the LICENSE file for details.


Support

Found a bug or have a suggestion? Open an issue

Follow the project and stay updated with new features and releases!