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

246 B

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

Vue Table Component - Flowbite

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