forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeaturedSandboxes.js
More file actions
29 lines (29 loc) · 786 Bytes
/
featuredSandboxes.js
File metadata and controls
29 lines (29 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
export default [
{
title: 'React-Spring Flick Animation',
description:
'A playful flick animation for cards written with react-with-gesture.',
sandboxId: 'j0y0vpz59',
template: 'create-react-app',
},
{
title: 'Tailwind Workflow Animation',
description: 'An incredible animation showing the power of Tailwind.',
sandboxId: 'nw10kz7m3j',
template: 'vue-cli',
},
{
title: 'Mario Kart in CSS',
description:
'This Mario Kart game is written only(!) in CSS, no JavaScript involved!',
sandboxId: 'zk15o120xl',
template: 'parcel',
},
{
title: 'Hooks in Vue',
description:
'An example by Evan You on how you can potentionally use Hooks in Vue',
sandboxId: 'jpqo566289',
template: 'vue-cli',
},
];