diff --git a/docs/guide/tabs/tabs.md b/docs/guide/tabs/tabs.md
index f5ebd6f..648dd18 100644
--- a/docs/guide/tabs/tabs.md
+++ b/docs/guide/tabs/tabs.md
@@ -4,6 +4,10 @@ import TabsPillsExample from './examples/TabsPillsExample.vue';
import TabsUnderlineExample from './examples/TabsUnderlineExample.vue';
+# Tabs
+
+reference: [https://flowbite.com/docs/components/tabs/](https://flowbite.com/docs/components/tabs/)
+
## Prop - variant (default)
```typescript
@@ -76,6 +80,7 @@ const activeTab = ref('first')
+
```vue