{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "static-mesh-gradient",
  "type": "registry:component",
  "title": "Static Mesh Gradient Example",
  "description": "Static Mesh Gradient shader example.",
  "dependencies": [
    "@paper-design/shaders-react"
  ],
  "files": [
    {
      "path": "registry/static-mesh-gradient-example.tsx",
      "content": "import { StaticMeshGradient, StaticMeshGradientProps } from '@paper-design/shaders-react';\n\nexport function StaticMeshGradientExample(props: StaticMeshGradientProps) {\n  return <StaticMeshGradient style={{ position: 'fixed', width: '100%', height: '100%' }} {...props} />;\n}\n",
      "type": "registry:component"
    }
  ]
}