Migrate ScrollVelocity component

This commit is contained in:
David Haz
2025-07-18 15:11:59 +03:00
parent 94c4cdd704
commit 20e76e75cf
6 changed files with 397 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template>
<TabbedLayout>
<template #preview>
<div class="demo-container relative overflow-hidden py-6">
<div class="demo-container relative overflow-hidden">
<ChromaGrid />
</div>
@@ -72,5 +72,6 @@ const propData = [
<style scoped>
.demo-container {
height: auto;
padding: 4em 0;
}
</style>