A line-style tabbed interface whose trigger labels are paired with secondary count badges, ideal for inbox, drafts, and archive style views.
import { Tabs07 } from "@/components/ui/tabs-07"; export default function Default() { return ( <div className="flex min-h-screen w-full items-center justify-center bg-background p-10"> <Tabs07 /> </div> ); }