ProductTypeBadge

Domain

Colour-coded badge for product type: Physical, Digital, or Service.

All types

Preview
PhysicalDigitalService
Code
{(['PHYSICAL', 'DIGITAL', 'SERVICE'] as const).map((t) => (
  <ProductTypeBadge key={t} type={t} />
))}

Small size

Preview
PhysicalDigitalService
Code
{(['PHYSICAL', 'DIGITAL', 'SERVICE'] as const).map((t) => (
  <ProductTypeBadge key={t} type={t} size="sm" />
))}
Sourcemodules/domains/commerce/product/ProductTypeBadge.tsx