Collapse - nomadjimbob/mikioplugin GitHub Wiki

Created a collapsible element. The element is required to have a id value which is referenced by a button using the buttons collapse-id attribute.

Example Syntax

<button collapse-id="the_item">Click me to toggle the view</button>
<collapse id="the_item">This is the hidden item!</collapse>

Attributes (Button)

collapse-id: The collapse element ID to toggle

Attributes (Collapse)

id: The ID referenced by the button

⚠️ **GitHub.com Fallback** ⚠️