feat: add user input type with icon support in input component
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user