{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "bg-blocks-one",
  "dependencies": [],
  "devDependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "./registry/components/bg-blocks/blocksone.tsx",
      "content": "'use client';\nimport Blocks from '@/components/ui/blocks';\nimport React, { useRef } from 'react';\n\nfunction BlockOne() {\n  const containerRef = useRef<HTMLDivElement>(null);\n  return (\n    <div\n      className='h-[550px] overflow-hidden dark:bg-black bg-white before:absolute before:w-full before:h-full before:bg-linear-to-t  dark:before:from-[#070707] before:from-[#dbdbdb] before:z-1  w-full  relative'\n      ref={containerRef}\n    >\n      <Blocks\n        activeDivsClass='dark:bg-[#131212]  bg-[#9ba1a131]  '\n        divClass='dark:border-[#131212] border-[#9ba1a131] '\n        classname='w-full'\n        containerRef={containerRef}\n        activeDivs={{\n          0: new Set([2, 4, 6]),\n          1: new Set([0, 8]),\n          2: new Set([1, 3, 5]),\n          4: new Set([0, 5, 8]),\n          5: new Set([2, 4]),\n          7: new Set([2, 6, 9]),\n          8: new Set([0, 4]),\n          9: new Set([5]),\n          10: new Set([3, 6]),\n          11: new Set([1, 5]),\n          12: new Set([7]),\n          13: new Set([2, 4]),\n          14: new Set([5]),\n          15: new Set([1, 6]),\n        }}\n      />\n    </div>\n  );\n}\n\nexport default BlockOne;\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}