feat: add user input type with icon support in input component

This commit is contained in:
2026-06-26 10:09:06 -03:00
parent d58445e199
commit f1a4f51695
5 changed files with 29 additions and 4 deletions

View File

@@ -39,6 +39,12 @@
</span>
}
@if (type() === 'user') {
<span class="input-user-icon" aria-hidden="true">
<i class="fa-solid fa-user"></i>
</span>
}
@if (type() === 'password-toggle') {
<button
type="button"