# dibs-request-shipping-modal
Modal which allows buyers to request shipping quotes

## Installation:
```sh
npm install --save dibs-request-shipping-modal
```

## Usage:
```js
const package = require('dibs-request-shipping-modal');
```

This modal accepts an optional child modal view to be displayed before the quote request step. Passing more than one component will break it! That view will then be passed an `openQuoteRequestModal` prop to allow it to transition into the main quote request step.

## Testing
**mocha**
```
npm test
```
