0.0.2 • Published 4 years ago

@visual-framework/vf-collapse v0.0.2

Weekly downloads
14
License
Apache 2.0
Repository
-
Last release
4 years ago

vf-collapse Component

npm version

Collapse and expand components are useful in a variety of utilitarian situations to show and hide information

This is a draft component, it is not yet functional. Background on the implementation, goals and work plan can be found in the issue.

Install

This repository is distributed with npm. After installing npm, you can install vf-collapse with this command.

$ yarn add --dev @visual-framework/vf-collapse

Usage

The source files included are written in Sass (scss) You can simply point your sass include-path at your node_modules directory and import it like this.

@import "@visual-framework/vf-collapse/index.scss";

Make sure you import Sass requirements along with the modules.