mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
21 lines
440 B
HTML
21 lines
440 B
HTML
<link rel="import" href="../dat-gui-base/dat-gui-base.html">
|
|
|
|
<script src="dat-gui-function.js"></script>
|
|
|
|
<polymer-element
|
|
name="dat-gui-function"
|
|
extends="dat-gui-base"
|
|
>
|
|
|
|
<template>
|
|
|
|
<link rel="stylesheet" href="../shared/input.css">
|
|
<link rel="stylesheet" href="dat-gui-function.css">
|
|
|
|
<div id="container" horizontal layout center>
|
|
<button on-tap="{{ tap }}">{{ path }}</button>
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</polymer-element> |