Constructor
# new CustomFormLabel(props, ref) → {React.ReactElement}
Overview
The FormLabel component from Material-UI library with custom styling. For full documentation check out Material-UI docs on FormLabel.Parameters:
Name | Type | Description |
---|---|---|
props |
Object | All props except classes are forwarded to the FormLabel component. |
ref |
Object | Holds reference to the FormLabel component. |
React.ReactElement