{
  "name": "parallax-footer",
  "type": "registry:component",
  "title": "Parallax Footer",
  "description": "Fixed footer that reveals with a parallax scrolling effect",
  "dependencies": [
    "lucide-react"
  ],
  "registryDependencies": [],
  "exportName": "ParallaxFooter",
  "exportKind": "default",
  "tier": "pro",
  "version": "1.0.0",
  "changelog": [
    {
      "version": "1.0.0",
      "date": "2026-07-09",
      "summary": "Initial release",
      "breaking": false
    }
  ],
  "props": [
    {
      "name": "containerBgColor",
      "type": "string",
      "default": "#ff6b00",
      "description": "Background color of the intro container above the footer reveal.",
      "remixer": {
        "control": "color",
        "group": "style",
        "groupTitle": "Style"
      }
    },
    {
      "name": "footerBgColor",
      "type": "string",
      "default": "#1a1a1a",
      "description": "Background color of the fixed footer panel.",
      "remixer": {
        "control": "color",
        "group": "style",
        "groupTitle": "Style"
      }
    }
  ],
  "remixer": {
    "enabled": true,
    "suggested": false,
    "defaultOpenGroupId": "style",
    "layout": {
      "controlsButtonClassName": "right-4! top-25!"
    },
    "panel": {
      "className": "right-0! top-[132px]! h-[calc(100%-132px)]! w-[344px]!"
    }
  },
  "files": [
    {
      "path": "index.tsx",
      "type": "registry:component",
      "target": "src/components/effects/parallax-footer/index.tsx"
    },
    {
      "path": "ParallaxFooter.tsx",
      "type": "registry:component",
      "target": "src/components/effects/parallax-footer/ParallaxFooter.tsx"
    }
  ]
}