#flowbite-vue sidebar, footer and table content
7 messages · Page 1 of 1 (latest)
<script lang="ts" setup>
import { Sidebar } from 'flowbite-vue';
</script>
<template>
<main>
<Sidebar></Sidebar>
</main>
</template>
where is table components
TableHead, TableBody, TableHeadCell, TableRow, TableCell ???
I have the same question cuz their documentations https://flowbite-vue.com/components/table actually uses those components
A VitePress site
I ended up just using regular HTML for tables and using the UI component code directly from flowbite's docs instead of using flowbite-vue. With how terrible the support for flowbite-vue is, it might as well just not exist.