Skip to content

Commit

Permalink
Add initial version of the GSAP page
Browse files Browse the repository at this point in the history
  • Loading branch information
LSViana committed Dec 31, 2023
1 parent 709d8b9 commit 8d22f73
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/experiments/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const groups: ExperimentGroup[] = [
experiments: [
{ name: 'Scroll', route: '/experiments/micro-interactions/scroll' },
{ name: 'SVG', route: '/experiments/micro-interactions/svg' },
{ name: 'Drag & Drop', route: '/experiments/micro-interactions/drag-n-drop' }
{ name: 'Drag & Drop', route: '/experiments/micro-interactions/drag-n-drop' },
{ name: 'GSAP', route: '/experiments/micro-interactions/gsap' }
]
},
{
Expand Down
11 changes: 11 additions & 0 deletions pages/experiments/micro-interactions/gsap/index.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<template>
<NuxtLayout name="home">
<Container class="flex flex-col gap-3 p-3">
<code>🚧 WIP</code>
</Container>
</NuxtLayout>
</template>

<script setup lang="ts">
import Container from '~/components/shared/layout/Container.vue'
</script>

1 comment on commit 8d22f73

@vercel
Copy link

@vercel vercel bot commented on 8d22f73 Dec 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web-labs – ./

web-labs-lsviana.vercel.app
web-labs.vercel.app
web-labs-git-main-lsviana.vercel.app

Please sign in to comment.