https://github.com/musiur/shadcn-next-pagination
https://github.com/musiur/shadcn-next-pagination
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/musiur/shadcn-next-pagination
- Owner: musiur
- Created: 2025-01-13T18:17:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T04:14:29.000Z (5 months ago)
- Last Synced: 2025-01-15T06:13:30.861Z (5 months ago)
- Language: TypeScript
- Homepage: https://shadcn-next-pagination.vercel.app
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shadcn Next Pagination
This is pagination in table example using Shadcn UI and Next.js.
## Getting Started
First, add your ENV variables in .env file.
Second, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```