# Form

A form component and helper components that optionally support inline form styles and validation states. Pair them up with other USWDS-Vue form control components for an easy customized, and responsive, layout with a consistent look and feel.

# Basic Usage

<us-form @size="lg" @submit="onSubmit()">
</us-form>
1
2
Last Updated: 2/1/2022, 4:01:53 PM