Skip to content

Instantly share code, notes, and snippets.

View patowens's full-sized avatar

Pat Owens patowens

  • Melbourne, AU
View GitHub Profile
@patowens
patowens / scratch.md
Last active August 4, 2018 04:16
scratch

scratch

@patowens
patowens / index.html
Last active September 28, 2015 00:09
<dropdown>
<span class="handle { expanded: is_open }" onclick={ toggle }>{ opts.title }</span>
<ul>
<li each={ items } onclick={ select }></li>
</ul>
</dropdown>