An open API service indexing awesome lists of open source software.

https://github.com/musiur/shadcn-next-pagination


https://github.com/musiur/shadcn-next-pagination

Last synced: 4 months ago
JSON representation

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
```