import { ComponentExample } from "@/components/ComponentExample" import { ComponentReference } from "@/components/ComponentReference" export const metadata = { title: `Badge`, } # {metadata.title} A component for displaying labels or indicators in a badge style. In this guide, you'll learn how to use the Badge component. ## Usage ```tsx import { Badge } from "@medusajs/ui" ``` ```tsx Badge ``` --- ## API Reference --- ## Examples ### Badge Colors ### Badge Sizes ### Badge Rounded Variants