{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-form", "type": "registry:block", "title": "Contact Form", "description": "A contact form with name, email, and message fields.", "files": [ { "path": "registry/alpine/forms/contact-form.tsx", "content": "import { Label } from \"@/registry/alpine/ui/label\"\nimport { Input } from \"@/registry/alpine/ui/input\"\nimport { Textarea } from \"@/registry/alpine/ui/textarea\"\nimport { Button } from \"@/registry/alpine/ui/button\"\nimport {\n Card,\n CardContent,\n CardDescription,\n CardHeader,\n CardTitle,\n} from \"@/registry/alpine/ui/card\"\n\nexport function ContactForm() {\n return (\n \n \n Contact Us\n \n We would love to hear from you. Please fill out the form below and we\n will get back to you as soon as possible.\n \n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n \n