Form
ComponentField
Form field wrapper combining labels, mandatory indicators, help hints, and validation message handling.
Component Syntax
blade
<x-aura::field label="Username" hint="Enter handle" :required="true">
<x-aura::input placeholder="johndoe" />
</x-aura::field>
1. Field Wrapper
blade
Enter a unique handle
Component Props
Available properties and configurations for the form field wrapper component.