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

16 lines
221 B
Markdown

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