Molecule
Pagination
A molecule component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/paginationDependencies
This component depends on the following registry items:
button
Usage
tsx
import { Pagination } from "@/components/ui/molecules/pagination.tsx";
export default function Example() {
return <Pagination />;
}