Skip to content

Commit b3e8019

Browse files
committed
fix: adding leva to the index
1 parent d0389a1 commit b3e8019

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,13 @@ const libs: Record<string, Library> = {
144144
description: 'Toolkit for building Three.js and React Three Fiber Apps for VIVERSE and beyond.`',
145145
docs: 'pmndrs/viverse/main/docs',
146146
},
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+
},
147154
}
148155

149156
const title = 'Poimandres documentation'

0 commit comments

Comments
 (0)