<formField> Component
The <formField> component wraps a single form input, along with its label, validation message, and optional helper text.
<formField> component wraps a single form input, along with its label, validation message, and optional helper text.π Attributes
Attribute
Type
Required
Description
β
Allowed Content
π‘ Examples
<formField name="email" label="Email address">
<input type="email" bind="user.email"/>
</formField>π§© AI Interpretation Guidelines
Last updated

