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