PropertyTypeBadge

Domain

Colour-coded badge for property type (Apartment, House, Villa, etc.).

All types

Preview
ApartmentHouseVillaLandCommercialOffice
Code
{(['APARTMENT', 'HOUSE', 'VILLA', 'LAND', 'COMMERCIAL', 'OFFICE'] as const).map((t) => (
  <PropertyTypeBadge key={t} type={t} />
))}

Small size

Preview
ApartmentHouseVilla
Code
<PropertyTypeBadge type="APARTMENT" size="sm" />
Sourcemodules/domains/real-estate/property/PropertyTypeBadge.tsx