-
Notifications
You must be signed in to change notification settings - Fork 1
Dropdown
Josh Stovall edited this page Dec 3, 2020
·
1 revision
Provides a HTML <select>
style dropdown
See the live demo.
new XR.Dropdown({
options:[
'box',
'sphere',
'cylinder'
]
});