skip to content
ag.
all tools

table

a compact data table that matches the portfolio's existing utility sections.

live example

/ id/ name/ email/ role
1John Doejohn@example.comAdmin
2Jane Smithjane@example.comUser
3Bob Johnsonbob@example.comUser
const users = [
  { id: 1, name: "John Doe", email: "john@example.com", role: "Admin" },
];

// Compose a responsive table with Tailwind's border utilities.