{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "noise-texture-demo", "title": "Noise Texture Demo", "description": "Example showing an SVG fractal noise grain overlay.", "registryDependencies": [ "https://pioneerui.com/r/noise-texture" ], "files": [ { "path": "registry/example/noise-texture-demo.tsx", "content": "import { NoiseTexture } from \"../pioneerui/noise-texture\"\n\nexport default function NoiseTextureDemo() {\n return (\n \n
\n

Noise Texture

\n

SVG fractal noise grain overlay

\n
\n
\n )\n}\n", "type": "registry:example", "target": "components/noise-texture-demo.tsx" } ], "type": "registry:example" }