Search for a command to run...
Displays a pagination component.
pnpm dlx shadcn@latest add "https://ui.ednesdayw.com/r/pagination.json"
import { Pagination } from "@/components/ui/pagination"; const Page = () => { return ( <Pagination currentPage={1} totalPages={10} onChange={setCurrentPage} /> ); };
On This Page
Contribute