StopoverArrow

Shows how many stopovers there are between two locations.

StopoverArrow

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

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

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

<StopoverArrow stops="2" dataTest="test" />

Props

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

NameTypeDefaultDescription
dataTeststringOptional prop for testing purposes.
idstringSet id for StopoverArrow
stopsenum"0"Specify how many stops should the component render.

enum

stops
"0"
"1"
"2"
"3"