@visual-framework/vf-article-meta-information

vf-article-meta-information component

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@visual-framework/vf-article-meta-information
1.1.2a year ago4 years agoMinified + gzip package size for @visual-framework/vf-article-meta-information in KB

Readme

Article Meta Information component
npm version

About

Use this alongside articles, news items and blog posts.

Install

This repository is distributed with npm. After installing npm and yarn, you can install with this command.
$ yarn add --dev @visual-framework/vf-article-meta-information

Sass/CSS

The style files included are written in Sass. If you're using a VF-core project, you can import it like this:
@import "@visual-framework/vf-article-meta-information/index.scss";

Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter

Help