Component table does not exist
Get started with the table component to show data such as text, numbers, images, and links using a structured set of data based on rows and columns based on Qwik
The table component is an important UI component that you can use to effectively show complex amounts of data in the form of numbers, text, images, buttons, and links inside a structured layout of rows and columns.
Use the custom Qwik components from Flowbite and the API reference of props to customize the table layout and content and the utility classes from Tailwind CSS to update the styles.
To start using the table component make sure you import it from flowbite-qwik :
import { Table } from "flowbite-qwik"