Added new Drawer Component

This commit is contained in:
2025-08-22 15:23:39 +05:30
parent 589d6fd7d1
commit c854d0733e
9 changed files with 885 additions and 43 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ const controlWrap = "wr:relative";
{p.kind === "password" && (
<button
type="button"
class="wr:absolute wr:inset-y-0 wr:right-0 wr:pr-3 wr:flex wr:items-center wr:text-muted-foreground hover:wr:text-foreground"
class="wr:absolute wr:inset-y-0 wr:right-0 wr:pr-3 wr:flex wr:items-center wr:text-muted-foreground wr:hover:text-foreground"
onclick={`const i = this.previousElementSibling; i.type = i.type === 'password' ? 'text' : 'password';`}
>
<Icon name="mdi:eye" class={iconSize} />