@visual-framework/vf-news-itemdeprecated

vf-news-item component

Usage no npm install needed!

<script type="module">
  import visualFrameworkVfNewsItem from 'https://cdn.skypack.dev/@visual-framework/vf-news-item';
</script>

README

This component has been deprecated. Please use the vf-summary--news component.

npm version

Installation and Implementation

This component is distributed with npm. After installing npm, you can install the vf-news-item with this command.

$ npm install --save @visual-framework/vf-news-item

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-news-item/index.scss";

Make sure you import any requirements along with the modules.