Toggle a Class

Listen for an event, toggle a CSS class. The simplest hyperscript pattern.

Example: Toggle a CSS class on click
<div>
<button _="on click toggle .fun on me">Toggle Fun</button>
</div>
Try It!

The simplest hyperscript pattern: listen for an event, toggle a class. The element targets itself with me.