gcanahuirev / shadcn-table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000/ with your browser to see the result.

Stack

  • Next 14
  • Tailwind
  • UI-Shadcn
  • Zod

Features for table with shadcn

  • Show Table
  • Dark Theme
  • Pagination
  • Row Selection
  • Export to Excel
  • Column Visibility
  • Sorting Person ID
  • Clipboard Full Name
  • Column Filter First Name

Features for form with shadcn

  • Building Multi Step Form
  • Dark Theme
  • Form Select
  • Form Card
  • Validation with zod
  • Column Filter First Name
  • Zod and react-hook-form

About


Languages

Language:TypeScript 99.3%Language:CSS 0.6%Language:JavaScript 0.1%