diff --git a/apps/docs/content/docs/components/tabs.mdx b/apps/docs/content/docs/components/tabs.mdx index 8b8f339e3e..c88f998b56 100644 --- a/apps/docs/content/docs/components/tabs.mdx +++ b/apps/docs/content/docs/components/tabs.mdx @@ -169,10 +169,10 @@ function AppTabs() { return (
- - - - + + + + } /> @@ -356,7 +356,7 @@ You can customize the `Tabs` component by passing custom Tailwind CSS classes to }, { attribute: "isVertical", - type: "boolean", + type: "boolean", description: "Whether the tabs are vertical.", default: "false" },