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

252 B

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

Vue Table Component - Flowbite

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