Skip to main content
Version: 2.1.4

ListFormLabel

3p-core v2.1.4


3p-core / ListFormLabel

Variable: ListFormLabel

const ListFormLabel: React.FunctionComponent<IListFormLabelProps>

Renders a form field label using Fluent UI's Label component with optional SharePoint field metadata, required marker, tooltip (from description or custom content), and accessibility support.

When fieldInternalName is provided, the label and tooltip content are automatically derived from the list field's title and description.

Param

Props controlling label content, visibility, and tooltip behavior.

Example

<ListFormLabel fieldInternalName="ProjectName" required />