{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "color-panels",
  "type": "registry:component",
  "title": "Color Panels Example",
  "description": "Color Panels shader example.",
  "dependencies": [
    "@paper-design/shaders-react"
  ],
  "files": [
    {
      "path": "registry/color-panels-example.tsx",
      "content": "import { ColorPanels, ColorPanelsProps } from '@paper-design/shaders-react';\n\nexport function ColorPanelsExample(props: ColorPanelsProps) {\n  return <ColorPanels scale={1} speed={0.5} style={{ position: 'fixed', width: '100%', height: '100%' }} {...props} />;\n}\n",
      "type": "registry:component"
    }
  ]
}