dat.gui/elements/gui-button/gui-button.html
George Michael Brower 1dca89383b controller-option
2014-09-07 16:18:36 -04:00

19 lines
436 B
HTML

<link rel="import" href="../../../polymer/polymer.html">
<polymer-element name="gui-button" attributes="open" noscript>
<template>
<link rel="stylesheet" href="gui-button.css">
<div id="container" layout horizontal center>
<div id="button" class="open-{{ open }}">
<div class="slider one"></div>
<div class="slider two"></div>
<div class="slider three"></div>
</div>
</div>
</template>
</polymer-element>