Installation
bash
npx shadcn@latest add https://ui.noicess.fun/r/slide-to-confirm.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | "Slide to confirm" | Idle hint that fades as the knob travels. |
| confirmedLabel | string | "Confirmed" | Shown with a check after completion. |
| onConfirm | () => void | - | Called once the knob completes. Auto-resets after 2s. |
| className | string | - | Additional classes merged with the track. |