Back to blocks
View all table blocks
Installation
npx shadcn add @mylo-ui/table-stripedPreview
| Name | Department | Status | |
|---|---|---|---|
| John Smith | [EMAIL_REDACTED] | Engineering | Active |
| Sarah Johnson | [EMAIL_REDACTED] | Design | Active |
| Michael Brown | [EMAIL_REDACTED] | Marketing | On Leave |
| Emily Davis | [EMAIL_REDACTED] | Engineering | Active |
| David Wilson | [EMAIL_REDACTED] | Sales | Active |
| Lisa Anderson | [EMAIL_REDACTED] | HR | Inactive |
Usage
import { TableStriped } from "@/components/blocks/table-striped"
export default function Page() {
return <TableStriped />
}Dependencies
lucide-react
shadcn/ui Components
table
badge
Related Blocks
More table blocks you might like


