Table

A production-ready component built with React and Tailwind CSS

Installation
Add this component to your project using the CLI
npx shadcn@latest add @clamo/table
Usage
Import and use the component in your application
import { Table } from "@/components/ui/table"

export function Example() {
  return <Table />
}
Preview
Interactive preview of the component
Case #ClientStatusDate
2024-001John DoeActive2025-01-15
2024-002Jane SmithPending2025-01-14
2024-003Bob JohnsonClosed2025-01-10