A data table nested inside a card with a title, description, and colored status badges for displaying recent transactions.
import { Table08 } from "@/components/ui/table-08"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center p-6"> <Table08 /> </div> ); }