About
Demo
{% set context = '@vf-heading' | componentContexts %}
{% for modifier in context.vf_heading_modifiers %}
{% render '@vf-heading', {"type": modifier.type, "title": modifier.title} %}
{% endfor %}
Installation and Implementation
This component is distributed with npm. After installing npm, you can install the vf-heading
with this command.
$ npm install --save @visual-framework/vf-heading
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-heading/index.scss";
Make sure you import any requirements along with the modules.