@visual-framework/vf-section-header

vf-section-header component

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@visual-framework/vf-section-header
1.5.4a month ago4 years agoMinified + gzip package size for @visual-framework/vf-section-header in KB

Readme

Section Header component
npm version

About

For use in labeling a section of content, often containers.

Install

This component is distributed with npm. After installing npm, you can install the vf-section-header with this command.
$ yarn add --dev @visual-framework/vf-section-header

Sass/CSS

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-section-header/index.scss";

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

Help