bpk-component-journey-arrow
Backpack journey arrow component.
Installation
Check the main Readme for a complete installation guide.
Usage
Default
import BpkJourneyArrow from '@skyscanner/backpack-web/bpk-component-journey-arrow';
export default () => <BpkJourneyArrow />;
With stops count
import BpkJourneyArrow from '@skyscanner/backpack-web/bpk-component-journey-arrow';
export default () => <BpkJourneyArrow stops={3} />;