Class

CustomFormLabel

CustomFormLabel(props, ref) → {React.ReactElement}

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.

View Source Utils/Inputs/CustomFormLabel.js, line 27

React.ReactElement