mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 14:17:54 +03:00
16 lines
408 B
Markdown
16 lines
408 B
Markdown
---
|
|
layout: docs
|
|
title: Test
|
|
group: material-design
|
|
---
|
|
|
|
{% example html %}
|
|
<form>
|
|
<fieldset class="form-group mdb-label-floating">
|
|
<label for="exampleInputEmail1">Email address</label>
|
|
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
|
|
<span class="mdb-help">We'll never share your email with anyone else.</span>
|
|
</fieldset>
|
|
</form>
|
|
{% endexample %}
|