Components
Loading preview...
Observability logs panel with animated filters, search, and expandable rows
@moumensoliman
npx shadcn@latest add https://21st.dev/r/moumensoliman/interactive-logs-table-shadcnuiimport { InteractiveLogsTable } from "@/components/ui/interactive-logs-table-shadcnui"
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background p-8">
<InteractiveLogsTable />
</div>
)
}