Card Component Added

This commit is contained in:
2026-04-13 15:39:41 +05:00
parent 06ec22704b
commit c23c598b0b
13 changed files with 513 additions and 2 deletions
@@ -57,6 +57,16 @@
</Icon>
<ChildContent>Forms</ChildContent>
</SidebarMenuItem>
<SidebarMenuItem Href="/cards" Tooltip="Cards">
<Icon>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect width="18" height="18" x="3" y="3" rx="2" />
<path d="M3 9h18" />
</svg>
</Icon>
<ChildContent>Cards</ChildContent>
</SidebarMenuItem>
</SidebarGroupContent>
</SidebarGroup>
</SidebarContent>