@visual-framework/vf-video-container
v1.0.2
Published
vf-video-container component
Downloads
808
Readme
Video Container component
About
A container for adding videos to your page.
Install
This component is distributed with npm. After installing npm, you can install thevf-video-container` with this command.
$ yarn add --dev @visual-frameworvf-video-container
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-frameworvf-video-container/index.scss";
Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter