🎯 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
Patterns

BulkActionToolbar

Data table with checkbox selection and a bulk-action bar for Export, Archive, and Delete.

Quick Preview

Select items to take bulk action
NameStatusDate
Item #1active2025-01-01
Item #2pending2025-02-01
Item #3inactive2025-03-01
Item #4active2025-04-01
Item #5pending2025-05-01
Item #6inactive2025-06-01
Item #7active2025-07-01
Item #8pending2025-08-01
Item #9inactive2025-09-01
Item #10active2025-01-01

Installation

npm install lucide-react
// Copy component from
src/components/patterns/BulkActionToolbar.tsx

Usage

import BulkActionToolbar from '@/components/patterns/BulkActionToolbar'
// Self-contained data table with checkbox multi-select and bulk-action bar
<BulkActionToolbar />

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
totalItemsnumber10Number of demo rows to render
classNamestring-Additional CSS classes