fix: docs tabs
This commit is contained in:
@@ -4,6 +4,10 @@ import TabsPillsExample from './examples/TabsPillsExample.vue';
|
|||||||
import TabsUnderlineExample from './examples/TabsUnderlineExample.vue';
|
import TabsUnderlineExample from './examples/TabsUnderlineExample.vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
# Tabs
|
||||||
|
|
||||||
|
reference: [https://flowbite.com/docs/components/tabs/](https://flowbite.com/docs/components/tabs/)
|
||||||
|
|
||||||
## Prop - variant (default)
|
## Prop - variant (default)
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
@@ -76,6 +80,7 @@ const activeTab = ref('first')
|
|||||||
|
|
||||||
<TabsPillsExample />
|
<TabsPillsExample />
|
||||||
|
|
||||||
|
|
||||||
```vue
|
```vue
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
|
|||||||
Reference in New Issue
Block a user