@visual-framework/vf-collapse
v0.0.3
Published
vf-collapse component
Downloads
3
Readme
Collapse component
About
This component has been deprecated. Please use the vf-details component. Justification text: This component hasn't been fully implemented and vf-details can be used instead.
Usage
- These will likely be similar in functionality to the Bootstrap collapse component
- We may use the
<detail>
element
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
Sass/CSS
The style files included are written in Sass. If you're using a VF-core project, you can import it like this:
@import "@visual-framework/vf-collapse/index.scss";
Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter