{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input-button-demo", "type": "registry:ui", "title": "Input Button Demo", "description": "Demo showing an animated button with input effect.", "registryDependencies": [ "https://animate-ui.com/r/input-button" ], "files": [ { "path": "registry/demo/buttons/input/index.tsx", "content": "'use client';\n\nimport * as React from 'react';\nimport {\n InputButton,\n InputButtonAction,\n InputButtonProvider,\n InputButtonSubmit,\n InputButtonInput,\n} from '@/components/animate-ui/buttons/input';\n\nexport const InputButtonDemo = () => {\n return (\n \n \n Join the newsletter\n Subscribe\n \n \n \n );\n};\n", "type": "registry:ui", "target": "components/animate-ui/demo/buttons/input.tsx" } ] }