dat.gui/elements/gui-panel/gui-panel.html

22 lines
342 B
HTML
Raw Normal View History

<link rel="import" href="../../components/polymer/polymer.html">
2014-08-15 02:21:45 +00:00
2014-08-15 16:32:49 +00:00
<polymer-element
name="gui-panel"
constructor="GUI">
2014-08-15 02:21:45 +00:00
<template>
2014-08-15 16:32:49 +00:00
<link rel="stylesheet" href="gui-panel.css">
2014-08-15 02:21:45 +00:00
<div>
<content></content>
2014-08-16 21:16:02 +00:00
<div id="closeButton">&times;</div>
2014-08-15 02:21:45 +00:00
</div>
</template>
</div>
2014-08-15 16:32:49 +00:00
<script src="gui-panel.js"></script>
2014-08-15 02:21:45 +00:00
</polymer-element>