A bare-bones react component library for building platform independent storefront integrations for ecommerce stores.
Install with NPM
$ npm install --save @boldcommerce/stacks-uiInstall with Yarn
$ yarn add @boldcommerce/stacks-uiEach component has it's own CSS file rather than packaging all of the CSS into a single file to be included in your project. This means you'll need to install the style-loader plugin for Webpack.
Stacks comes with interactive documentation and playground using react styleguidist.
To access the docs: First, clone the repo.
Next install the package dependencies:
$ yarn installFinally, spin up styleguidist
$ yarn docsRunning the tests
$ yarn testUpdating the snapshot the tests
$ yarn test -u