Loading preview...
Here is Pagination component
@antdesign
npx shadcn@latest add https://21st.dev/r/antdesign/pagination-ant
import App from "@/components/ui/pagination-ant"; export default function DemoOne() { return <App />; }