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.
<input type="text" placeholder="Small Input" class="form--text--input form--text--input--small">
<input type="text" placeholder="Disabled Small Input" class="form--text--input form--text--input--small" disabled>