A data table rendered inside a rounded card frame, with status badges and a totals footer row.
import Particle from "@/components/ui/v-table-3"; export default function Default() { return ( <div className="flex w-full items-center justify-center p-6"> <div className="w-full max-w-2xl"> <Particle /> </div> </div> ); }