{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "liquid-metal",
  "type": "registry:component",
  "title": "Liquid Metal Example",
  "description": "Liquid Metal shader example.",
  "dependencies": [
    "@paper-design/shaders-react"
  ],
  "files": [
    {
      "path": "registry/liquid-metal-example.tsx",
      "content": "import { LiquidMetal, LiquidMetalProps } from '@paper-design/shaders-react';\n\nexport function LiquidMetalExample(props: LiquidMetalProps) {\n  return <LiquidMetal style={{ position: 'fixed', width: '100%', height: '100%' }} {...props} />;\n}\n",
      "type": "registry:component"
    }
  ]
}