# bpk-component-blockquote

> Backpack blockquote component.

## Installation

```sh
npm install bpk-component-blockquote --save-dev
```

## Usage

```js
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`
