Back to blocks
table
Block

Simple Table

Clean, minimal table with basic data display

Installation

npx shadcn add @mylo-ui/table-simple

Preview

NameEmailRoleStatus
John Smith[EMAIL_REDACTED]AdminActive
Sarah Johnson[EMAIL_REDACTED]EditorActive
Michael Brown[EMAIL_REDACTED]UserInactive
Emily Davis[EMAIL_REDACTED]UserActive
David Wilson[EMAIL_REDACTED]EditorActive

Usage

import { TableSimple } from "@/components/blocks/table-simple"

export default function Page() {
  return <TableSimple />
}

Dependencies

lucide-react

shadcn/ui Components

table
badge