# @fluentui/react-field **React Field component for [Fluent UI React](https://react.fluentui.dev/)** ## Description Field adds a label, validation message, and hint text to a control. Any single form control can be used as the child of the Field. ## Usage To import Field: ```js import { Field } from '@fluentui/react-components'; ``` ### Examples Works with many form controls, for example: ```jsx <>