mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
14 lines
613 B
HTML
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">
|