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

19 lines
381 B
HTML

<link rel="import" href="../controller-base/controller-base.html">
<script src="controller-function.js"></script>
<polymer-element
name="controller-function"
extends="controller-base"
>
<template>
<link rel="stylesheet" href="../shared/input.css">
<link rel="stylesheet" href="controller-function.css">
<div id="container"></div>
</template>
</polymer-element>