@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
18 lines (17 loc) • 435 B
HTML
<div class="md--dark" style="background-color: black;">
<div class="md-input-container small-12 columns">
<label class="md-label md-input__label" for="darkInput">
<span>Default</span>
</label>
<div class="md-input__wrapper">
<input
class="md-input md-active"
tabindex="0"
type="text"
id="darkInput"
name="darkInput"
value=""
/>
</div>
</div>
</div>