@chaos_team/blbui-core
v0.0.28
Published
Framework-agnostic industrial admin components based on Web Components.
Readme
@chaos_team/blbui-core
Framework-neutral industrial UI primitives built as Web Components.
import { registerAdminElements } from "@chaos_team/blbui-core/register";
import "@chaos_team/blbui-core/styles.css";
registerAdminElements();<aui-button variant="primary">Deploy New</aui-button>
<aui-status-tag status="success">Online</aui-status-tag>All 99 components use the --aui-* design tokens. The package also ships nine light/dark theme presets and a namespaced utility layer in themes.css and utilities.css. Interactive components emit structured aui-* CustomEvents (the full event table is in the repository README); display-only components such as Badge, Avatar, Kbd and ColorTag are passive.
import { setAdminTheme } from "@chaos_team/blbui-core";
import "@chaos_team/blbui-core/styles.css";
setAdminTheme(document, "glass", "dark");