tree-hidden
v0.4.0
Published
The hidden module simply hides content.
Downloads
2
Readme
Hidden
The hidden
module simply hides content.
Dependencies
The hidden
module depends on one other module:
If you install the hidden
module using Bower or npm, you will get these
dependencies at the same time. If not using Bower, please be sure to install
and @import
these dependencies in the relevant way.
Installation
You can install hidden
module via Bower, npm, or copy and paste.
Install using Bower:
$ bower install tree-hidden --save
Once installed, @import
into your project in its Trump layer:
@import "bower_components/tree-hidden/trump.hidden";
Install using npm:
$ npm install tree-hidden --save
Install via file download
The least recommended option for installation is to simply download
_trump.hidden.scss
into your project and @import
it into your project
in its Trump layer.
Usage
Basic usage of the hidden
module uses the required classes:
<ul class="u-hidden">
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
Options
To turn responsive feature on, set switch to true (before you @import
the file):
$tree-enable-hidden--responsive: true;
@import "bower_components/tree-hidden/trump.hidden";
For example:
<ul class="u-hidden@palm">
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
Credits
- inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.