Actions / toggleStyle
Toggle a CSS property on or off
Toggle a CSS property on or off
<button @action="toggleStyle#--collapsed=true" @target="panel" class="demo-btn ghost">Toggle</button>
<div id="panel" data-demo-collapsible>Toggle to reveal this content</div>