{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "ghost-label",
  "type": "registry:block",
  "title": "Ghost label",
  "description": "Ghost label",
  "files": [
    {
      "path": "components/usages/ghostlabelusage.tsx",
      "content": "\"use client\";\r\n\r\nimport React from \"react\";\r\n\r\nimport GhostLabel from \"@/registry/open-source/ghost-label\";\r\n\r\nexport default function Usage() {\r\n\treturn (\r\n\t\t<div className=\"h-screen w-full flex items-center justify-center relative overflow-hidden bg-background\">\r\n\t\t\t<div className=\"w-full max-w-2xl mx-auto py-12 px-4\">\r\n\t\t\t\t<div className=\"relative ml-[30px] mt-20\">\r\n\t\t\t\t\t<GhostLabel text=\"1920\" />\r\n\t\t\t\t\t<p className=\"w-full max-w-[600px] text-sm font-serif text-justify\">\r\n\t\t\t\t\t\tThe film 1920: Evil Returns follows poet Jaidev, who helps a\r\n\t\t\t\t\t\twoman with amnesia, only for her to become possessed by a\r\n\t\t\t\t\t\tmalevolent spirit. As he struggles to save her, dark secrets\r\n\t\t\t\t\t\tunfold, intertwining love and horror in a chilling narrative.\r\n\t\t\t\t\t\tThis supernatural horror film, released in 2012, is a\r\n\t\t\t\t\t\tquasi-sequel to 1920 and features themes of possession and\r\n\t\t\t\t\t\tredemption\r\n\t\t\t\t\t</p>\r\n\t\t\t\t</div>\r\n\t\t\t</div>{\" \"}\r\n\t\t</div>\r\n\t);\r\n}\r\n",
      "type": "registry:block",
      "target": "~/example.tsx"
    },
    {
      "path": "components/usages/ghostlabelusage.tsx",
      "content": "\"use client\";\r\n\r\nimport React from \"react\";\r\n\r\nimport GhostLabel from \"@/registry/open-source/ghost-label\";\r\n\r\nexport default function Usage() {\r\n\treturn (\r\n\t\t<div className=\"h-screen w-full flex items-center justify-center relative overflow-hidden bg-background\">\r\n\t\t\t<div className=\"w-full max-w-2xl mx-auto py-12 px-4\">\r\n\t\t\t\t<div className=\"relative ml-[30px] mt-20\">\r\n\t\t\t\t\t<GhostLabel text=\"1920\" />\r\n\t\t\t\t\t<p className=\"w-full max-w-[600px] text-sm font-serif text-justify\">\r\n\t\t\t\t\t\tThe film 1920: Evil Returns follows poet Jaidev, who helps a\r\n\t\t\t\t\t\twoman with amnesia, only for her to become possessed by a\r\n\t\t\t\t\t\tmalevolent spirit. As he struggles to save her, dark secrets\r\n\t\t\t\t\t\tunfold, intertwining love and horror in a chilling narrative.\r\n\t\t\t\t\t\tThis supernatural horror film, released in 2012, is a\r\n\t\t\t\t\t\tquasi-sequel to 1920 and features themes of possession and\r\n\t\t\t\t\t\tredemption\r\n\t\t\t\t\t</p>\r\n\t\t\t\t</div>\r\n\t\t\t</div>{\" \"}\r\n\t\t</div>\r\n\t);\r\n}\r\n",
      "type": "registry:ui"
    },
    {
      "path": "registry/open-source/ghost-label.tsx",
      "content": "import React from \"react\";\n\ntype GhostLabelProps = {\n\ttext: string;\n};\n\nconst GhostLabel: React.FC<GhostLabelProps> = ({ text }: GhostLabelProps) => {\n\treturn (\n\t\t<p className=\"absolute -inset-y-[130px] -inset-x-[30px]  md:-inset-x-[50px] flex text-[150px] font-bold z-0 opacity-10 font-anton\">\n\t\t\t{text}\n\t\t</p>\n\t);\n};\n\nexport default GhostLabel;\n",
      "type": "registry:ui"
    }
  ]
}