Input Icon
Use icon within form control.
Projects /
Use icon within form control.
The Input Icon component is used to display an icon within the .form-control
element.
The default icon size is equal to 1em; therefore, it automatically resizes if you modify the font-size of the input elements.
Optionally, you can set a custom icon size by updating the --input-icon-size
custom property value:
.form-control-wrapper {
--input-icon-size: 1em; // icon size
--input-icon-text-gap: var(--space-xxs); // gap between icon and text
}
⭐️ Demo icons by Nucleoapp.com.