Skip to content

Instantly share code, notes, and snippets.

@nickgartmann
Last active August 29, 2015 14:26
Show Gist options
  • Save nickgartmann/224e91ad8f309ada07ce to your computer and use it in GitHub Desktop.
Save nickgartmann/224e91ad8f309ada07ce to your computer and use it in GitHub Desktop.
<on-off id="1" default="off" />
<on-off id="2" default="on" />
<div class="quasar">
<row>
<column width="6">
<h2 class="title">Wash</h2>
<on-off id="3" />
</column>
<column width="6"><intensity-slider id="3" default="0" /></column>
</row>
<row>
<color-slider id="3" default="0" />
<white-slider id="3" default="0" />
</row>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment