dat.gui/elements/dat-gui-string/dat-gui-string.html
George Michael Brower ca14623507 controller- =
2014-09-09 15:53:30 -04:00

21 lines
440 B
HTML

<link rel="import" href="../dat-gui-base/dat-gui-base.html">
<script src="dat-gui-string.js"></script>
<polymer-element
name="dat-gui-string"
extends="dat-gui-base"
>
<template>
<link rel="stylesheet" href="../shared/input.css">
<link rel="stylesheet" href="dat-gui-string.css">
<input id="input" type="text" value="{{ value }}"
on-click="{{ click }}"
on-keydown="{{ keydown }}">
</template>
</polymer-element>