// DASHEN UI KIT — DOCS SITE
LOCAL UI LIBRARY
组件、配色、文章、打印、HTML PPT 和 Codex skill 共用一套 EXOFRAME 规则。
dashen-ui-kit exposes typed runtime helpers and local CSS layers.
Fonts, Prism, GSAP, docs, deck templates, and skill assets stay local.
Run bun run skill:install to install $exoframe-ui.
// INSTALL
USAGE
bun install
bun run dev
bun run check
bun run skill:install
// API
EXPORTS
import "dashen-ui-kit/styles.css";
import { initExoframeUI, palettes } from "dashen-ui-kit";
initExoframeUI();
console.log(palettes.map((palette) => palette.id));
// PALETTE
TOKENS
这个文档站也直接消费 palette gallery,证明文档不是第二套样式。
// HTML PPT
DECK
HTML deck lives at docs/deck/exoframe-html-ppt.html and exports through print media instead of `.pptx`.