Files
flowbite-vue/docs/components/table.md
2022-12-14 22:53:01 +03:00

16 lines
252 B
Markdown

<script setup>
import TableExample from './table/examples/TableExample.vue'
</script>
# Vue Table Component - Flowbite
```vue
<script setup>
import { Table } from 'flowbite-vue'
</script>
<template>
<Table></Table>
</template>
```
<TableExample />