Agent
Nudge card
An unprompted, screen-specific offer of help, with dismissal as a real control.
Install
npx shadcn@latest add https://ui.inflection.network/r/nudge-card.jsonPulls in utils automatically.
Usage
Stuck on the address step?
Two of the fields on this form usually trip people up.
Props
| Name | Type | Description |
|---|---|---|
| title* | string | |
| ask* | string | The offer, as the button's words. |
| onAccept* | () => void | |
| onDismiss* | () => void | |
| detail | string | One line of context under the title. |
* required