mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
21 lines
299 B
HTML
21 lines
299 B
HTML
<link rel="import" href="../components/polymer/polymer.html">
|
|
|
|
<polymer-element
|
|
name="gui-panel"
|
|
constructor="GUI">
|
|
|
|
<template>
|
|
|
|
<link rel="stylesheet" href="gui-panel.css">
|
|
|
|
<div>
|
|
<content></content>
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</div>
|
|
|
|
<script src="gui-panel.js"></script>
|
|
|
|
</polymer-element> |