Component pagination does not exist
Get started with the pagination component to indicate the number of pages with number, link, and control buttons and allow the user to navigate through these pages
The pagination component can be used to show a list of pages with numbers and links to allow the users to navigate through multiple pages, data from tables, and more.
Choose one of the examples below based on various styles and sizes and customize them using the Qwik props API and the utility classes from Tailwind CSS.
To start using the pagination component you need to import it from flowbite-qwik :
import { Pagination } from "flowbite-qwik"