Skip to content

Commit

Permalink
refactor: add new components
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Dec 18, 2022
1 parent b2f9294 commit 3ed1a37
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/utils/items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,21 @@ export const items: Items[] = [
{ href: "/docs/components/modal", children: "Modal" },
{ href: "/docs/components/select", children: "Select" },
{ href: "/docs/components/switch", children: "Switch" },
{ href: "/docs/components/collapse", children: "Collapse" },
{ href: "/docs/components/table", children: "Table" },
{ href: "/docs/components/navbar", children: "Navbar" },

{
href: "/docs/components/collapse",
children: "Collapse",
disabled: true,
},
{ href: "/docs/components/breadcrumb", children: "Breadcrumb" },
{ href: "/docs/components/badge", children: "Badge" },
{ href: "/docs/components/alert", children: "Alert" },
{ href: "/docs/components/tooltip", children: "Tooltip" },
{ href: "/docs/components/avatar", children: "Avatar" },
{ href: "/docs/components/dropdown", children: "Dropdown" },
{ href: "/docs/components/card", children: "Card" },
],
},
{
Expand Down

0 comments on commit 3ed1a37

Please sign in to comment.