diff --git a/apps/www/src/content/docs/components/tabs.md b/apps/www/src/content/docs/components/tabs.md index 416aee80..c0fcc1d9 100644 --- a/apps/www/src/content/docs/components/tabs.md +++ b/apps/www/src/content/docs/components/tabs.md @@ -39,3 +39,9 @@ import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs' ``` + +## Examples + +### Vertical + + diff --git a/apps/www/src/lib/registry/default/example/TabsVerticalDemo.vue b/apps/www/src/lib/registry/default/example/TabsVerticalDemo.vue new file mode 100644 index 00000000..d1462945 --- /dev/null +++ b/apps/www/src/lib/registry/default/example/TabsVerticalDemo.vue @@ -0,0 +1,78 @@ + + + diff --git a/apps/www/src/lib/registry/default/ui/tabs/TabsList.vue b/apps/www/src/lib/registry/default/ui/tabs/TabsList.vue index 9644cdc3..b4ed62b0 100644 --- a/apps/www/src/lib/registry/default/ui/tabs/TabsList.vue +++ b/apps/www/src/lib/registry/default/ui/tabs/TabsList.vue @@ -16,7 +16,7 @@ const delegatedProps = computed(() => { diff --git a/apps/www/src/lib/registry/new-york/example/TabsVerticalDemo.vue b/apps/www/src/lib/registry/new-york/example/TabsVerticalDemo.vue new file mode 100644 index 00000000..7464971e --- /dev/null +++ b/apps/www/src/lib/registry/new-york/example/TabsVerticalDemo.vue @@ -0,0 +1,78 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/tabs/TabsList.vue b/apps/www/src/lib/registry/new-york/ui/tabs/TabsList.vue index a21fc439..e98011e9 100644 --- a/apps/www/src/lib/registry/new-york/ui/tabs/TabsList.vue +++ b/apps/www/src/lib/registry/new-york/ui/tabs/TabsList.vue @@ -16,7 +16,7 @@ const delegatedProps = computed(() => {