Quickstart

Get up and running with Attractive.js and this script to your <head>.

<script src="//unpkg.com/attractivejs@1.0.0-alpha.6" type="module" activate></script>

First example

<button @action="toggleClass#active" @target="panel">Toggle</button>

<div id="panel">Content</div>