minimal_ui v1.0
Home
No build step · zero dependencies

A minimal, neutral UI kit in plain CSS.

Drop-in components with light and dark themes, vendored Tabler icons, and a tiny vanilla-JS layer. Copy a class, ship a page.

Light & dark

Flip one attribute. Every token and component adapts.

Zero dependencies

Plain CSS + one optional vanilla-JS file. No framework, no build.

Icons included

Tabler icons are vendored locally — no CDN required, works offline.

Get started
1 · Link the styles

Add these two lines to the <head> of your page and you can start using minimal_ui right away — no build step, no dependencies.

<link rel="stylesheet" href="minimal-ui.css">
<script src="minimal-ui.js" defer></script>
2 · Use a component
Ready
<button class="mui-btn mui-btn--primary">Primary</button>
Components

Every class with a live preview and copy-paste markup.