A wrapping group of outline badges used to display a list of tags or keywords.
import { Badge13 } from "@/components/ui/badge-13"; export default function Demo() { return ( <div className="flex min-h-52 w-full items-center justify-center p-6"> <Badge13 /> </div> ); }