Blockquote
The blockquote component allows the creation of a section that is quoted from another source.
Table of contents
Default
It's your world and we'll help you explore it. Find the best prices across millions of flights, hotels and car hire options to create your perfect trip.
Implementation
bpk-component-blockquote
Backpack blockquote component.
Installation
npm install bpk-component-blockquote --save-dev
Usage
import React from 'react'; import BpkBlockquote from '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
Property | PropType | Required | Default Value |
---|---|---|---|
children | - | true | - |
extraSpace | bool | false | false |
Theme Props
blockquoteBarColor