10.5.0-sebastian.0 • Published 5 years ago

dibs-request-shipping-modal v10.5.0-sebastian.0

Weekly downloads
30
License
-
Repository
-
Last release
5 years ago

dibs-request-shipping-modal

Modal which allows buyers to request shipping quotes

Installation:

npm install --save dibs-request-shipping-modal

Usage:

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