xxxxxxxxxx
1
<div class="container my-4">
2
<p>
3
<strong>Input fields refer specifically to the text input fields, which are used to obtain data from the users.
4
See the examples.</strong>
5
</p>
6
7
<p>
8
Detailed documentation and more examples you can find in our
9
<a href="https://mdbootstrap.com/docs/standard/forms/input-fields/" target="_blank"><strong>Bootstrap
10
Input fields Docs</strong></a>
11
</p>
12
13
14
<hr />
15
16
<p class="font-weight-bold">Input text</p>
17
18
19
20
<div class="border p-5">
21
<!-- Copy this code to have a working example -->
22
<div class="d-flex justify-content-center">
23
<div>
24
<div class="form-outline">
25
<input type="text" id="typeText" class="form-control" />
26
<label class="form-label" for="typeText">Text input</label>
27
</div>
28
29
</div>
30
</div>
31
<!--/ Copy this code to have a working example -->
32
</div>
33
34
35
36
</div>
1
1
1
1
Console errors: 0