Common

ProductTypeBadge

Badge indicating the product type (physical, digital, subscription, auction, rental, event).

ProductTypeBadge

A semantic badge that auto-maps product types to icons and colors. Used in listings to highlight product differentiators.

Preview
Physical Digital Subscription Auction Rental Event Gift Card Service

Usage

<CProductTypeBadge type="subscription" />

All Types

<div class="flex gap-2">
  <CProductTypeBadge type="physical" />
  <CProductTypeBadge type="digital" />
  <CProductTypeBadge type="subscription" />
  <CProductTypeBadge type="auction" />
  <CProductTypeBadge type="rental" />
  <CProductTypeBadge type="event" />
</div>

With Sizes

<CProductTypeBadge type="digital" size="xs" />
<CProductTypeBadge type="digital" size="sm" />
<CProductTypeBadge type="digital" size="md" />

Props

PropTypeDefaultDescription
type'physical' | 'digital' | 'subscription' | 'auction' | 'rental' | 'event'requiredProduct type
size'xs' | 'sm' | 'md''sm'Badge size
uiPartial<{...}>Per-instance theme overrides

Type Mapping

TypeIconColor
physicalcubeneutral
digitalarrow-down-trayinfo
subscriptionarrow-pathprimary
auctionbanknoteswarning
rentalcalendar-daysinfo
eventticketsuccess