Customers Table
Free Table React component — CustomersTable. MIT licensed, copy-paste ready for Next.js and Tailwind CSS.
SaaS customer list with plan, last active, and MRR. Common billing dashboard table.
Preview
Customers
4 accounts
MRR$87/mo
| Customer | Plan | Last active | MRR |
|---|---|---|---|
Bidyut Kundu Studio Dev | Team | 2h ago | $49 |
Rupam Sen OUI Design | Pro | 1d ago | $19 |
Ava Chen Northwind | Pro | 3d ago | $19 |
Sofia Ortiz Harbor Labs | Free | 1w ago | — |
Setup
How to use
Free for personal and commercial use. No UI attribution required. Include the MIT copyright notice when copying component source into your project. Read the MIT license.
- 1
Run in your terminal:
$npm install clsx tailwind-merge lucide-react - 2
Copy
lib/cn.tsbelow. Skip if you already havecn(). - 3
Copy the code below and create
components/table/customers-table.tsxin your project. - 4
Import and render:
Exampleimport { CustomersTable } from "@/components/table/customers-table";
lib/cn.ts
import { cn } from '@/lib/cn';// Full source is available in the repository checkout.
components/table/customers-table.tsx
// Full source: components/components/table/customers-table.tsx// The Cloudflare worker does not expose the source tree at request time.