alto-ui
v0.3.0
Published
A HTML-first UI library, powered by Web Components and modern CSS
Downloads
100
Readme
Alto UI (package)
HTML‑first UI library powered by Web Components and modern CSS.
Quick links
- Debugging guide:
../../docs/debugging.md - Emit guide:
../../docs/emit.md - Demo page:
index.html
Usage
- Dev: include the orchestrator CSS from source
<link href="src/css/alto.css" rel="stylesheet" />
- Prod: after
npm run build, include the bundled CSS/JS fromdist/<link href="dist/alto.css" rel="stylesheet" /><script type="module" src="dist/alto.js"></script>
- CSS source lives under
src/css/with tokens insrc/css/tokens/and core rules insrc/css/core/.
Scripts
npm run dev— Serveindex.htmllocallynpm run start— Serve without auto‑opennpm run lint— Biome lint oversrc/**npm run build— Bundle JS/CSS todist/
Notes
- Builds are not minified by default to keep debugging straightforward.
