Auth API
Healthy · 2 replicas
Framework-agnostic UI foundation for PWS, Infra Admin, Auth and future al_one applications. Public API uses the ao- namespace.
<button class="ao-btn ao-btn--primary">Save</button>
<input class="ao-field" placeholder="Service name">
<span class="ao-badge ao-badge--success">Active</span>
<label class="ao-choice">…</label>
<button class="ao-tab" aria-selected="true">Overview</button>
<article class="ao-card">…</article>
<span class="ao-status ao-status--active">Active</span>
<button class="ao-page" aria-current="page">2</button>
<link rel="stylesheet" href="/design-system/src/index.css"> <script type="module" src="/design-system/dist/al-one.js"></script>