Files
flowbite-vue/docs/components/table/table.md
2022-09-19 18:42:15 +03:00

16 lines
246 B
Markdown

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