mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Migrate ScrollVelocity component
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user