2015-12-11 20:07:03 +03:00
|
|
|
---
|
|
|
|
layout: docs
|
|
|
|
title: Test
|
|
|
|
group: material-design
|
|
|
|
---
|
|
|
|
|
|
|
|
{% example html %}
|
|
|
|
<form>
|
2015-12-12 00:13:33 +03:00
|
|
|
<fieldset class="form-group">
|
2015-12-14 19:30:59 +03:00
|
|
|
<label for="exampleInputEmail1" class="mdb-label-static">Input Label text</label>
|
|
|
|
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Input text">
|
|
|
|
<span class="mdb-help">We'll never share your email with anyone else.</span>
|
|
|
|
</fieldset>
|
|
|
|
<fieldset class="form-group">
|
|
|
|
<label for="exampleInputEmail1" class="mdb-label-floating">Input text</label>
|
2015-12-12 00:13:33 +03:00
|
|
|
<input type="email" class="form-control" id="exampleInputEmail1">
|
2015-12-11 20:07:03 +03:00
|
|
|
<span class="mdb-help">We'll never share your email with anyone else.</span>
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
{% endexample %}
|