Graphic promotion

This simple, versatile component helps us create a narrative in our product.

Default (Left Aligned)

Storybook failed to load.

Center Aligned

Storybook failed to load.

Right Aligned

Storybook failed to load.

Inverted Portrait

View this page on a mobile device to see the sponsored text and title change locations. This configuration does not affect desktop users.

Storybook failed to load.

Non-Sponsored

Omitting the sponsor prop will remove the sponsored label and sponsor logo.

Storybook failed to load.

bpk-component-graphic-promotion

Installation

Check the main Readme for a complete installation guide.

Usage


                                                
                                                import BpkGraphicPromo from '@skyscanner/backpack-web/bpk-component-graphic-promotion';
                                                
                                                export default () => (
                                                  <BpkGraphicPromo
                                                    buttonText="Learn more"
                                                    contentId="graphic-promo-1"
                                                    headline="Ride your wave"
                                                    invertVertically
                                                    onClick={() => redirect("https://www.sponsor-name.com/promotion")}
                                                    sponsor={{
                                                      label: 'Sponsored',
                                                      logo: './path/to/sponsor/logo.png',
                                                      altText: 'Sponsor Name',
                                                    }}
                                                    subheading="Portugal and 6 more countries have just been added to the UK travel green list"
                                                    tagline="Tagline"
                                                    textAlign={TEXT_ALIGN.start}
                                                  />
                                                );

Props

Check out the full list of props on Skyscanner's design system documentation website.

Props

Storybook failed to load.