Price

The price component shows the cost of flights, hotels and hire cars in a range of global currencies.

Small

Storybook failed to load.

With trailing text

Storybook failed to load.

With leading and trailing text

Storybook failed to load.

With previous price

Storybook failed to load.

Large

Storybook failed to load.

bpk-component-price

Backpack example component.

Installation

Check the main Readme for a complete installation guide.

Usage


                                                
                                                import BpkPrice, {
                                                  SIZES,
                                                  ALIGNS,
                                                } from '@skyscanner/backpack-web/bpk-component-price';
                                                
                                                export default () => (
                                                  <BpkPrice
                                                    size={SIZES.large}
                                                    align={ALIGNS.left}
                                                    price="£1,209"
                                                    previousPrice="£1,830"
                                                    leadingText="App only deal"
                                                    trailingText="a night"
                                                  />
                                                );

Props

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

Props

Storybook failed to load.