Near-monochrome surfaces, no stray strokes, one accent hue reserved for meaning. Built for developer consoles, dashboards and documentation — light and dark, comfortable density, and responsive down to a phone.
npm i git+https://git.jbarszcz.pl/ASSETIS/ui.git#v0.1.0// next.config.ts
export default {
transpilePackages: ["@assetis/ui"],
};import {
AssetisFonts,
ThemeProvider,
ThemeScript,
} from "@assetis/ui";
import "@assetis/ui/styles.css";
<head>
<AssetisFonts />
<ThemeScript />
</head>
<body>
<ThemeProvider>{children}</ThemeProvider>
</body>Pin a tag, never a branch. Update with npm update @assetis/ui once you move it. Press ⌘K anywhere in the app demo.