Coupon

Highlights promo codes.

Coupon

To implement Coupon component into your project you’ll need to add the import:

import Coupon from "@kiwicom/orbit-components/lib/Coupon";

After adding import into your project you can use it simply like:

<Coupon>PromotionCode</Coupon>

Props

Table below contains all types of the props available in the Coupon component.

NameTypeDefaultDescription
dataTeststringOptional prop for testing purposes.
idstringSet id for Coupon
childrenReact.NodeThe content of the Coupon.