@collab-ui/core
Version:
Cisco Collab UI CSS Framework
9 lines • 475 B
HTML
<div class="cui-input-group medium-4 columns end">
<label class="cui-label" for="secondaryLabelInput">Label</label>
<div class="cui-label__secondary-label-container">
<input class="cui-input" id="secondaryLabelInput" name="secondaryLabelInput" type="text" placeholder="Placeholder Text">
<label class="cui-label__secondary-label for="secondaryLabelInput">
<span class="cui-input__secondary-label">Secondary Label</span>
</label>
</div>
</div>