Back to blocks
table
Block

Hover Table

Row highlighting on hover with order status

Installation

npx shadcn add @mylo-ui/table-hover

Preview

CustomerOrder IDDateAmountStatus
Alice Cooper#ORD-0012024-01-15$234.50
Delivered
Bob Martinez#ORD-0022024-01-14$89.99
Processing
Carol White#ORD-0032024-01-14$567.00
Shipped
Dan Roberts#ORD-0042024-01-13$123.45
Delivered
Eva Green#ORD-0052024-01-12$445.80
Pending

Usage

import { TableHover } from "@/components/blocks/table-hover"

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

Dependencies

lucide-react

shadcn/ui Components

table
badge