Installation
bash
npx shadcn@latest add https://ui.noicess.fun/r/hold-to-delete.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
| duration | number | 2 | Seconds the press must be held before it fires. |
| label / doneLabel | string | "Hold to delete" / "Deleted" | Idle and completed copy. |
| onDelete | () => void | - | Called once the hold completes. Resets after 2s. |