You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,17 @@ This is the main container component for your GUI and is the default export from
97
97
98
98
### Control Components
99
99
100
-
`react-dat-gui` comes with eight built-in control components which can be used by rendering them as direct children of `<DatGui />`. Custom control components can also be used so long as they implement the required props.
100
+
`react-dat-gui` comes with eight built-in control components which can be used by rendering them as direct children of `<DatGui />`.
101
+
102
+
- [DatBoolean](#datboolean)
103
+
- [DatButton](#datbutton)
104
+
- [DatColor](#datcolor)
105
+
- [DatFolder](#datfolder)
106
+
- [DatPresets](#datpresets)
107
+
- [DatSelect](#datselect)
108
+
- [DatString](#datstring)
109
+
110
+
Custom control components can also be used so long as they implement the required props.
0 commit comments