Skip to content
Get Pro

Approval Card

A human-in-the-loop decision surface for questions, review steps, and consequential actions.

Publish this release?

The agent will publish 14 locally authored components to the public registry.

Installation

Add the component source directly to your project.

pnpm dlx shadcn@latest add https://pastaui.com/r/approval-card.json

API reference

Approval Card

Approval Card properties
PropTypeDefaultDescription
titlestringStates the decision being requested.
optionsApprovalOption[]Approve / DenyProvides one or more possible responses.
onDecision(value: string) => voidReceives the selected decision.