Renders a form component
The data structure for the form.
The server side parameter to collect all input under.
The title of the form.
The layout for actions.
Allows to skip error summary
The arbitrary HTML attributes to apply to the form tag
<.input name="email" value="ops@gc.com" label="Email"/>
Slot for back button.
Slot for form description.
Slot for form header.
Slot for form actions.
Slot for form message.
The message content. Can be a string, or a tuple of {kind, message} or {kind, icon, message} to specify the kind and icon inline.
{kind, message}
{kind, icon, message}
Slot for fieldsets.
Fieldset title (legend)
Hides the legend.
Renders the slot’s content directly, without wrapping it in a <fieldset>/<legend>. Use for content that already provides its own fieldset semantics (e.g. an input of type="radiogroup") so it still takes part in the form’s between-section spacing without nesting fieldsets. When set, legend is ignored.
<fieldset>
<legend>
input
type="radiogroup"
legend