Observability logs panel with animated filters, search, and expandable rows
import { 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> ) }
Part of UI TripleD — browse the full library on 21st.dev.