fix: docs tabs
This commit is contained in:
@@ -4,6 +4,10 @@ import TabsPillsExample from './examples/TabsPillsExample.vue';
|
||||
import TabsUnderlineExample from './examples/TabsUnderlineExample.vue';
|
||||
</script>
|
||||
|
||||
# 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')
|
||||
|
||||
<TabsPillsExample />
|
||||
|
||||
|
||||
```vue
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
|
||||
Reference in New Issue
Block a user