Skip to content

Commit 45f7103

Browse files
committed
chore: add wordle demo to docs
1 parent 9749f43 commit 45f7103

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

demo/src/App.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ import Tree from './sandboxes/tree/src/App'
5050
import Viewpager from './sandboxes/viewpager/src/App'
5151

5252
import WebGlSwitch from './sandboxes/webgl-switch/src/App'
53+
import Wordle from './sandboxes/wordle/src/App'
5354

5455
Globals.assign({
5556
frameLoop: 'always',
@@ -88,6 +89,7 @@ const links = {
8889
tree: Tree,
8990
viewpager: Viewpager,
9091
'webgl-switch': WebGlSwitch,
92+
wordle: Wordle,
9193
}
9294

9395
const Example = ({ link }) => {

docs/app/data/sandboxes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ export const SANDBOXES = {
3131
'Vertical Parallax': 'h1rrv',
3232
Viewpager: '8s3kf',
3333
'WebGL Switch': 's0w9i0',
34+
Wordle: '90qj1i',
3435
}

docs/app/routes/docs/components/use-trail.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Where `ConfigObject` is described [above](#reference)
9292

9393
import { ExampleGrid } from '~/components/Grids/ExampleGrid'
9494

95-
<ExampleGrid sandboxTitles={['Basic Trail', 'Goo Blobs', 'Smile Grid']} />
95+
<ExampleGrid
96+
sandboxTitles={['Basic Trail', 'Goo Blobs', 'Smile Grid', 'Wordle']}
97+
/>
9698

9799
Can't find what you're looking for? Check out all our [examples!](/examples)

0 commit comments

Comments
 (0)