@visual-framework/vf-footer
v1.2.1
Published
vf-footer component
Downloads
1,881
Readme
Footer component
About
A container for links, copyright and other common content at the bottom of webpages.
Install
This component is distributed with npm. After installing npm, you can install the vf-footer
with this command.
$ yarn add --dev @visual-framework/vf-footer
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-footer/index.scss";
Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter