The Input component is a text field that allows users to enter and edit data. It supports various types like text, password, and email. You can add labels, helper text, and icons to enhance the user experience. It includes states for focus, error, and disabled to ensure proper form validation.
Basic Usage
html
<input type="text" placeholder="Enter your text here" class="input">