dat.gui/dat-gui.html

14 lines
604 B
HTML

<!-- TODO: move this into dat-gui.html -->
<script src="elements/Gui.js"></script>
<!-- base elements -->
<link rel="import" href="elements/dat-gui/dat-gui.html">
<link rel="import" href="elements/gui-row/gui-row.html">
<!-- controllers -->
<link rel="import" href="elements/dat-gui-number/dat-gui-number.html">
<link rel="import" href="elements/dat-gui-string/dat-gui-string.html">
<link rel="import" href="elements/dat-gui-boolean/dat-gui-boolean.html">
<link rel="import" href="elements/dat-gui-function/dat-gui-function.html">
<link rel="import" href="elements/dat-gui-option/dat-gui-option.html">