[ UPDATED ] : Demo Background Content

This commit is contained in:
Utkarsh-Singhal-26
2025-07-18 17:30:23 +05:30
parent ef2aa74f2c
commit 9ac56752bb
9 changed files with 31 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
<template>
<TabbedLayout>
<template #preview>
<div class="demo-container h-[600px]">
<div class="h-[600px] overflow-hidden demo-container">
<GridMotion :items="images" />
</div>
@@ -53,6 +53,5 @@ const images = Array.from({ length: numberOfImages }, () => imageUrl);
<style scoped>
.demo-container {
padding: 0;
overflow: hidden;
}
</style>