# 2bit-ui

> A CSS library inspired by the Game Boy Color, for making 2-bit (4 color) interfaces

Latest version **0.6.0** (published 2024-02-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install 2bit-ui
pnpm add 2bit-ui
yarn add 2bit-ui
bun add 2bit-ui
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.6.0 |
| Published | 2024-02-05 |
| First published | 2022-12-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 19.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Sage Fennel |
| Maintainers | wavebeem |
| Keywords | css, front-end, frontend, front end, framework, design system, design, retro, game boy, gameboy, game boy color, gameboy color, minimalist, simple, style, styles, 8-bit, 8bit, web |

## Links

- npm: https://www.npmjs.com/package/2bit-ui
- Repository: https://github.com/wavebeem/2bit-ui
- Homepage: https://github.com/wavebeem/2bit-ui#readme
- Issues: https://github.com/wavebeem/2bit-ui/issues
- npm.io page: https://npm.io/package/2bit-ui

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 0.6.0 (latest) — 2024-02-05
- 0.5.0 — 2024-02-04
- 0.4.0 — 2024-01-02
- 0.3.0 — 2023-12-14
- 0.2.0 — 2023-12-09
- 0.1.1 — 2022-12-22
- 0.1.0 — 2022-12-22

## README

# 2bit-ui

2bit-ui is a CSS library for making retro-inspired web pages using just four colors.

Go to [2bit-ui.wavebeem.com](https://2bit-ui.wavebeem.com) for examples, documentation, and usage.

## Development

You can use npm to load 2bit-ui on a local server.

```
$ npm install
$ npm start
```

Edit `src/2bit-ui.css`. It's the only file that gets published to npm. Open your browser to the URL printed in your terminal.

> If you're unfamiliar with npm, you can [download the Node.js installer here](https://nodejs.org/en/download/) to get started with npm. Read more about [how to use npm here](https://docs.npmjs.com/about-npm/).

## Publishing

You can use npm to publish a new version of 2bit-ui.

```
npm version X.Y.Z
```

---
_Source: https://npm.io/package/2bit-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
