Components Alerts
Accordion
Badges
Box
Buttons
Cards
Hero
Modals
Media Object
Navbars
Pagination
Progress
Spinners
Tables
Layout Flexbox
Forms Text
Labels
Other
Others Animations
Customizing
Parallax
Typography
Utils

Text

Updated on pzplUI 2.0


Text inputs



<div class="inputs">
    <input type="text" name="exampleInput1" id="exampleInput1" placeholder="Example placeholder">
</div><br>
<div class="inputs">
    <input type="text" name="exampleInput2" id="exampleInput2" value="Example value">
</div><br>
<div class="inputs">
    <textarea name="exampleInput3" id="exampleInput3" cols="20" rows="5">That's a textarea!</textarea>
</div>