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/tableUsage
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 # | Client | Status | Date |
|---|---|---|---|
| 2024-001 | John Doe | Active | 2025-01-15 |
| 2024-002 | Jane Smith | Pending | 2025-01-14 |
| 2024-003 | Bob Johnson | Closed | 2025-01-10 |