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.json

Props

PropTypeStatusDescription
namestringrequiredUnique identifier (cannot be "submit")
titlestringrequiredButton label (supports HTML)
markerstringoptionalValue of the hidden input on submit
iconUrlstringoptionalIcon URL
iconPosition"start" | "end"optionalIcon position relative to the label
sxCSSPropertiesoptionalInline styles for the button