Skip to content
On this page

Textinput

html
<div class="fromGroup">
  <label for="name" class="form-label">Name</label>
  <input type="text" placeholder="Name" class="form-control py-2" />
</div>

COPYRIGHT © 2022 Codeshaper, All rights reserved.