sh4dcnv2 · atlas
← libraries

@delego

Design-system registry for Delego — intent-bound action authorization for AI agents. Theme (OKLCH) plus signature components: decision pill, signed receipt, status badge, field.

6 components react shadcn-cli MIT

Install this registry

shadcn (npm) npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/registry.json
pnpm pnpm dlx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/registry.json
bun bunx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/registry.json
fetch registry curl -s https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/registry.json

Components

6 total
Delego Theme theme

Delego design tokens mapped onto shadcn variables (OKLCH, light + dark). Electric-indigo primary, signal-mint accent, and the protocol decision palette (allow …

npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/delego-theme.json
Button ui

Delego button — primary (indigo glow), secondary, ghost, outline, link, plus protocol-semantic allow/deny actions.

npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/button.json
Status Badge ui

Mono pill with leading icon + status color. Variants: allow, approval, deny, indigo (principal/audit), neutral.

npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/status-badge.json
Decision Pill ui

The signature Delego element: renders a Decision outcome (allow / needs_approval / deny) with its canonical icon, mono label, and color.

npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/decision-pill.json
Signed Receipt ui

The ownable audit visual — one hash-chained, Ed25519-signed ledger record, with the signal bar, seal, and mono kv grid.

npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/signed-receipt.json
Field ui

Labeled input with optional leading icon and mono hint, lit by the indigo focus halo. Drop-in over a native input.

npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/field.json