Card Component Added
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user