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
+3
View File
@@ -53,6 +53,9 @@ import Base from "./Base.astro";
<li class="list-item">
<a href="/dropdown">Dropdown</a>
</li>
<li class="list-item">
<a href="/drawer">Drawer</a>
</li>
</ul>
</div>