#flowbite-vue sidebar, footer and table content

7 messages · Page 1 of 1 (latest)

vale lance
#

Hi, how do I edit the contents of the sidebar and footer in flowbite-vue?

The sidebar and footer are currently permanently stuck with the contents shown the screenshots and I have no idea how to edit them.

#
<script lang="ts" setup>
import { Sidebar } from 'flowbite-vue';
</script>

<template>
  <main>
    <Sidebar></Sidebar>
  </main>
</template>
vale lance
#

flowbite-vue sidebar, footer and table content

#

table also has issues...

mystic pine
#

where is table components
TableHead, TableBody, TableHeadCell, TableRow, TableCell ???

vale lance
#

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.