SubmitButtonCard
A button card that submits the global form with optional marker and icon support.
Preview
Installation
npx shadcn add https://registry.dormint.io/r/submit-button-card.jsonProps
| Prop | Type | Status | Description |
|---|---|---|---|
| name | string | required | Unique identifier (cannot be "submit") |
| title | string | required | Button label (supports HTML) |
| marker | string | optional | Value of the hidden input on submit |
| iconUrl | string | optional | Icon URL |
| iconPosition | "start" | "end" | optional | Icon position relative to the label |
| sx | CSSProperties | optional | Inline styles for the button |