FeatureIcon

Draws attention to specific features.

FeatureIcon

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

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

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

<FeatureIcon name="TicketFlexi" />

Props

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

NameTypeDefaultDescription
altstring""Optional property for passing own alt attribute to the DOM image element.
dataTeststringOptional prop for testing purposes.
idstringSet id for FeatureIcon
nameenumThe name for the displayed feature icon.

enum

name
"TicketFlexi"
"TicketSaver"
"TicketStandard"