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 d0389a1 commit b3e8019Copy full SHA for b3e8019
src/app/page.tsx
@@ -144,6 +144,13 @@ const libs: Record<string, Library> = {
144
description: 'Toolkit for building Three.js and React Three Fiber Apps for VIVERSE and beyond.`',
145
docs: 'pmndrs/viverse/main/docs',
146
},
147
+ leva: {
148
+ title: 'leva',
149
+ url: 'https://pmndrs.github.io/leva',
150
+ github: 'https://github.com/pmndrs/leva',
151
+ description: 'React-first components GUI',
152
+ docs: 'pmndrs/leva/main/docs',
153
+ },
154
}
155
156
const title = 'Poimandres documentation'
0 commit comments