Blockquote

The blockquote component allows the creation of a section that is quoted from another source.

Default

Storybook failed to load.

bpk-component-blockquote

Backpack blockquote component.

Installation

Check the main Readme for a complete installation guide.

Usage


                                                
                                                import BpkBlockquote from '@skyscanner/backpack-web/bpk-component-blockquote';
                                                
                                                export default () => (
                                                  <BpkBlockquote extraSpace>
                                                    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean
                                                    commodo ligula eget dolor. Aenean massa. Cum sociis natoque
                                                    penatibus et magnis dis parturient montes, nascetur ridiculus mus.
                                                  </BpkBlockquote>
                                                );

Props

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

Props

Storybook failed to load.