Files
flowbite-vue/docs/components/table/table.md
2022-07-25 14:22:53 +03: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>