Text Input


A text input field is a fundamental UI component used to collect user input, such as names, emails, and search queries. It can be styled and enhanced with validation, icons, floating labels, and more.


Default size

<input type="text" placeholder="Normal Input" class="form--text--input">
<input type="text" placeholder="Disabled Normal Input" class="form--text--input" disabled>