Drop-in components with light and dark themes, vendored Tabler icons, and a tiny vanilla-JS layer. Copy a class, ship a page.
Flip one attribute. Every token and component adapts.
Plain CSS + one optional vanilla-JS file. No framework, no build.
Tabler icons are vendored locally — no CDN required, works offline.
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>
<button class="mui-btn mui-btn--primary">Primary</button>
Every class with a live preview and copy-paste markup.