@visual-framework/vf-summary-container

vf-summary component

Usage no npm install needed!

<script type="module">
  import visualFrameworkVfSummaryContainer from 'https://cdn.skypack.dev/@visual-framework/vf-summary-container';
</script>

README

Summary Container Component

npm version

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.