Table

A responsive table component.

Preview

InvoiceStatusMethodAmount
INV001PaidCredit Card$250.00
INV002PendingPayPal$150.00

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/table

Usage

Import the component from the package:

import { Table } from "@/registry/ui/table"

Then use it in your application:

<Table />

Examples

Default

InvoiceStatusMethodAmount
INV001PaidCredit Card$250.00
INV002PendingPayPal$150.00