Cancellation Reason Dialog
A configurable, accessible cancellation reason dialog surface for AI product workflows.
Could another time work?Rescheduling keeps all meeting context.
Installation
npm install @amro-ui/reactUsage
A configurable, accessible cancellation reason dialog surface for AI product workflows.
Package
import { CancellationReasonDialog } from "@amro-ui/react";
<CancellationReasonDialog />shadcn copy
import { CancellationReasonDialog } from "@/components/ui/cancellation-reason-dialog";
<CancellationReasonDialog />