Label
.label styles HTML <label> elements.
Applicable Elements
label
Usage
<fieldset class="fieldset">
<label class="label">Name</label>
<input class="input" placeholder="Yuto Hasegawa" />
</fieldset>
States
<fieldset class="fieldset">
<label class="label error">Name</label>
<input class="input error" value="123456" />
</fieldset>
React component Advanced
<Label/> renders a single <label class="label" /> element.
It inherits the error property from a Fieldset component and automatically applies the error style.