README
Summary Container Component
About
An arrangement of vf-summary in a three-column container.
Install
This component is distributed with npm. After installing npm, you can install the vf-summary-container with this command.
$ yarn add --dev @visual-framework/vf-summary-container
The source files included are written in Sass(scss). You can point your Sass include-path at your node_modules directory and import it like this.
@import "@visual-framework/vf-summary-container/index.scss";
Make sure you import Sass requirements along with the modules.