{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "floating-elements-demo", "registryDependencies": [ "https://reusables.vercel.app/r/floating-elements" ], "files": [ { "path": "registry/example/floating-elements-demo.tsx", "content": "\"use client\"\n\nimport { cn } from \"@/lib/utils\"\n\nimport { FloatingElements } from \"@/components/floating-elements\"\n\nconst logos = [\n {\n img: \"https://res.cloudinary.com/duli9q35f/image/upload/v1740179100/skyLogo_zi6fow.jpg\",\n link: \"#\",\n bgColor: \"bg-[#0f0f10]\",\n },\n {\n img: \"https://res.cloudinary.com/duli9q35f/image/upload/v1740179065/wearecasinoLogo_bffqz7.gif\",\n link: \"#\",\n bgColor: \"bg-[#023fee]\",\n },\n {\n img: \"https://res.cloudinary.com/duli9q35f/image/upload/v1740179065/pixwinLogo_kmwxzv.svg\",\n link: \"#\",\n bgColor: \"bg-[#060d1c]\",\n },\n {\n img: \"https://res.cloudinary.com/duli9q35f/image/upload/v1740179065/wearelotteryLogo_n5fz08.png\",\n link: \"#\",\n bgColor: \"bg-[#0e132a]\",\n },\n {\n img: \"https://res.cloudinary.com/duli9q35f/image/upload/v1740179065/socketLogo_ct5obw.png\",\n link: \"#\",\n bgColor: \"bg-[#060d1c]\",\n },\n {\n img: \"https://res.cloudinary.com/duli9q35f/image/upload/v1740179065/paysureLogo_pvo0zh.png\",\n link: \"#\",\n bgColor: \"bg-[#ffffff]\",\n },\n {\n img: \"https://res.cloudinary.com/duli9q35f/image/upload/v1740179064/kudipalLogo_ha6a43.png\",\n link: \"#\",\n bgColor: \"bg-[#006fee]\",\n },\n]\n\nexport default function FloatingElementsDemo() {\n return (\n \n {logos.map((logo, i) => (\n \n \n \n ))}\n \n )\n}\n", "type": "registry:example", "target": "components/floating-elements-demo.tsx" } ], "type": "registry:example" }