🎯 Nexus teaches Next.js from foundations to professional systemsβ€’βš‘ App Router, React 19, and Tailwind v4 in one learning pathβ€’πŸ§© Inspect real components, layouts, and reusable patternsβ€’πŸ› οΈ Build production discipline, not just polished demosβ€’πŸ“š Tracks, references, and design studies in one placeβ€’πŸŽ― Nexus teaches Next.js from foundations to professional systemsβ€’βš‘ App Router, React 19, and Tailwind v4 in one learning pathβ€’πŸ§© Inspect real components, layouts, and reusable patternsβ€’πŸ› οΈ Build production discipline, not just polished demosβ€’πŸ“š Tracks, references, and design studies in one placeβ€’πŸŽ― Nexus teaches Next.js from foundations to professional systemsβ€’βš‘ App Router, React 19, and Tailwind v4 in one learning pathβ€’πŸ§© Inspect real components, layouts, and reusable patternsβ€’πŸ› οΈ Build production discipline, not just polished demosβ€’πŸ“š Tracks, references, and design studies in one placeβ€’πŸŽ― Nexus teaches Next.js from foundations to professional systemsβ€’βš‘ App Router, React 19, and Tailwind v4 in one learning pathβ€’πŸ§© Inspect real components, layouts, and reusable patternsβ€’πŸ› οΈ Build production discipline, not just polished demosβ€’πŸ“š Tracks, references, and design studies in one placeβ€’
Data

DataGrid

Sortable, filterable data table built on @tanstack/react-table.

Quick Preview

Name
Email
Role
Status
Alex Johnsonalex@example.comAdminactive
Sam Leesam@example.comEditoractive
Kim Parkkim@example.comViewerinactive
Jordan Smithjordan@example.comEditoractive
Riley Wongriley@example.comAdminactive
Morgan Davismorgan@example.comViewerinactive

6 of 6 rows

Installation

npm install @tanstack/react-table
// Copy from
src/components/data/DataGrid.tsx

Examples

Striped + compact

Name
Email
Role
Status
Alex Johnsonalex@example.comAdminactive
Sam Leesam@example.comEditoractive
Kim Parkkim@example.comViewerinactive
Jordan Smithjordan@example.comEditoractive
Riley Wongriley@example.comAdminactive
Morgan Davismorgan@example.comViewerinactive

6 of 6 rows

Prompt Preview

Copy a prompt that recreates this UI

Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.

Copy-ready AI prompt

Starts from the current visual reference and project constraints.

Tweak only product-specific copy or data after the first generation pass.

Props

PropTypeDefaultDescription
data*TData[]-Array of row data
columns*ColumnDef<TData>[]-Column definitions
searchablebooleanfalseShow global search input
searchPlaceholderstring'Search…'Search input placeholder
stripedbooleanfalseAlternating row colors
compactbooleanfalseReduced row padding
classNamestring-Additional CSS classes