vcl-form-control-label
v0.1.0
Published
Labels to describe form controls
Downloads
12
Readme
VCL form-control-label
Label to describe form controls.
Features
- Basic label and multi line labels.
- Sub label.
- Indicator for required form fields.
- Hints for form controls.
Form control hints are typically used to provide assistance with input validation.
Usage
Basic Usage
Advanced
Visual indication that the field must be filled in.
The sub label is a secondary, more verbose label.
The hint may be used used to suggest a pattern or format.
Classes
vclFormControlLabel
:vclFormControlSubLabel
vclRequiredIndicator
vclFormControlHint
Modifiers
vclFormControlLabelWrapping
: To be used when the label encloses the control.vclDisabled
: Disabled indication that label can be clicked.
Variables
--form-control-sublabel-color
--form-control-label-line-height
--form-control-label-required-hint-color
--form-control-hint-color
Demo
example.html on GH-pages.