Function: CartBonusItems()
CartBonusItems(
rawProps):Element|null
Defined in: components/CartBonusItems.tsx:52
Renders a cart's bonus items — free items added through incentives — as a read-only list (image, name, SKU, quantity, total price). No quantity stepper, delete or cross-sells: bonus items aren't directly editable.
Renders nothing when there are no bonus items, so it's safe to drop into any cart surface (cart page, sidebar) unconditionally.
currency / includeTax / language resolve from <PropellerProvider> via
useInfraProps when not passed explicitly — host surfaces inside the
provider don't need to thread them through.
Parameters
rawProps
Returns
Element | null