Files
flowbite-vue/docs/guide/table/table.md
2022-07-09 11:47:37 +10:00

221 B

<script setup> import TableExample from './examples/TableExample.vue' </script>

Table

<script setup>
import { Table } from 'flowbite-vue'
</script>
<template>
  <Table></Table>
</template>