Ai Agent Permission Panel
A production-scale, light + dark Ai Agent Permission Panel component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add ai-agent-permission-panelLive preview available in the gallery.
Usage
import { AIAgentPermissionPanel } from "@lerpa/ui";
<AIAgentPermissionPanel />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| permissions | AgentPermission[] | — | |
| agentName | string | — | |
| accent | string | — | |
| onToggle | (id: string, granted: boolean) => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.