✦ HookForm FieldTwitterTwitter (opens in a new tab)GithubGithub (opens in a new tab)
  • Introduction
  • Quick start
  • Guide
    • Create Field
    • Create Own Field
    • Form
  • API Reference
    • Create Field API
    • Form API
    • Form Control API
    • Form Description API
    • Form Field API
    • Form Item API
    • Form Label API
    • Form Message API
    • Use Form Field API
    • Use Form State API
  • Introduction
  • Quick start
  • Guide
    • Create Field
    • Create Own Field
    • Form
  • API Reference
    • Create Field API
    • Form API
    • Form Control API
      • Props
      • Example
    • Form Description API
    • Form Field API
    • Form Item API
    • Form Label API
    • Form Message API
    • Use Form Field API
    • Use Form State API
  • Twitter (opens in a new tab)
  • Github (opens in a new tab)

On This Page

  • Props
  • Example
Question? Give us feedback → (opens in a new tab)Edit this page on GitHub
API Reference
Form Control API

FormControl

<FormControl /> is a wrapper component for form inputs, providing consistent styling and context integration.

Props

NameTypeDescription
childrenReactNodeThe input element to wrap.

Example

<FormControl>
  <Input {...field} />
</FormControl>
Form APIForm Description API

MIT 2025 © hookform-field.