We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3d064 commit 7b5ada2Copy full SHA for 7b5ada2
packages/docs/content/_meta.tsx
@@ -18,22 +18,26 @@ const examplesList = {
18
href: '/examples/primitives'
19
},
20
'pointer-events' : {
21
+ title: 'Pointer Events',
22
href: '/examples/pointer-events'
23
24
// "Advanced" : {
25
// type: 'separator',
26
// },
27
'model-viewer' : {
28
+ title: "Model Viewer",
29
href: '/examples/model-viewer'
30
31
'splats' : {
32
title: "Splat Viewer",
33
href: '/examples/splats'
34
35
'physics' : {
36
+ title: "Physics",
37
href: '/examples/physics'
38
39
'motion' : {
40
+ title: "Motion",
41
href: '/examples/motion'
42
43
}
0 commit comments