fix ChromaGrid errors

This commit is contained in:
David Haz
2025-07-18 11:33:13 +03:00
parent 63d194ddd9
commit 992d451064
3 changed files with 118 additions and 124 deletions

View File

@@ -5,7 +5,7 @@ export const chromaGrid: CodeObject = {
cli: `npx jsrepo add https://vue-bits.dev/ui/Components/ChromaGrid`,
installation: `npm install gsap`,
usage: `<template>
<div style="height: 600px; position: relative">
<div class="w-[600px] relative">
<ChromaGrid
:items="items"
:radius="300"