dat.gui/dat-gui.html
2014-09-15 16:15:34 -04:00

14 lines
613 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">