{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "btn-hover-underline",
  "dependencies": [],
  "devDependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "./registry/components/button/btn-hover-underline.tsx",
      "content": "'use client';\n\nconst ButtonHoverUnderLine = () => {\n  return (\n    <button\n      className='relative after:absolute after:bottom-0 after:left-0 after:h-[2px] after:w-full after:origin-bottom-right after:scale-x-0 dark:after:bg-white \n      after:bg-neutral-800 after:transition-transform after:duration-300 after:ease-[cubic-bezier(0.65_0.05_0.36_1)] hover:after:origin-bottom-left hover:after:scale-x-100'\n    >\n      Contact me\n    </button>\n  );\n};\n\nexport default ButtonHoverUnderLine;\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}