Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 24a51bf

Browse files
authored
Update README.md
1 parent 2983bf9 commit 24a51bf

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,17 @@ This is the main container component for your GUI and is the default export from
9797
9898
### Control Components
9999
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.
101111
102112
#### Common props
103113

0 commit comments

Comments
 (0)