Package Exports
- @nodestrap/collapse
- @nodestrap/collapse/dist/Collapse.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nodestrap/collapse) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
<Collapse></Collapse>
A generic element with dynamic visibility (show/hide).
Preview
<Collapse tag='div' theme='primary' size='lg' gradient={true} outlined={true} active={true} >
hello world
</Collapse>
Rendered to:
<div class="c1 thPrimary szLg gradient outlined actived">
hello world
</div>
Features
- Includes all features in
<Popup />
. - Customizable via
@cssfn/css-config
.
Installation
Using npm:
npm i @nodestrap/collapse
Support Us
If you feel our lib is useful for your projects,
please make a donation to avoid our project from extinction.
We always maintain our projects as long as we're still alive.