CallOutBanner

CallOutBanner

import CallOutBanner from "@kiwicom/orbit-components/lib/CallOutBanner";
<CallOutBanner>Hello World!</CallOutBanner>

Props

NameTypeDefaultDescription
actionsReact.NodeActions - especially Buttons of the CallOutBanner that will be rendered on the bottom.
childrenReact.NodeThe children of the CallOutBanner.
dataTeststringOptional prop for testing purposes.
idstringSet id for CallOutBanner
descriptionTranslationThe displayed description of the CallOutBanner.
illustrationReact.Element<typeof Illustration>The displayed Illustration of the CallOutBanner.
onClick() => void \| PromiseFunction for handling onClick callback. See functional specs.
tabIndexstring \| numberSpecifies the tab order of an element.
titleTranslationThe displayed title of the CallOutBanner.

Functional specs