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.


Large size

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