BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Manifest UI/contact-form

Contact Form

manifest-ui/contact-form
FreeBlock

A complete contact form with name fields, phone with country selector, email, message textarea, and file attachment.

Install it

npx shadcn@latest add https://ui.manifest.build/r/contact-form.json

Source

registry/form/contact-form.tsxui.manifest.build/r/contact-form.json · first 6 KB
1'use client';
2
3import { Button } from '@/components/ui/button';
4import { Input } from '@/components/ui/input';
5import { Label } from '@/components/ui/label';
6import { Popover, PopoverContent, PopoverTrigger } from '@/components/ui/popover';
7import { cn } from '@/lib/utils';
8import { ChevronDown, Paperclip, Search, Send, X } from 'lucide-react';
9import { useEffect, useRef, useState } from 'react';
10import { countries } from './countries';
11import { demoContactFormData } from './demo/form';
12
13/**
14 * Data structure representing the contact form submission.
15 * @interface ContactFormData
16 * @property {string} firstName - The user's first name (required)
17 * @property {string} lastName - The user's last name (required)
18 * @property {string} [countryId] - The selected country identifier (e.g., 'us', 'fr')
19 * @property {string} [countryCode] - The phone country code (e.g., '+1', '+33')
20 * @property {string} [phoneNumber] - The user's phone number without country code
21 * @property {string} [email] - The user's email address
22 * @property {string} [message] - The message or project description
23 * @property {File | null} [attachment] - An optional file attachment
24 */
25export interface ContactFormData {
26 firstName?: string;
27 lastName?: string;
28 countryId?: string;
29 countryCode?: string;
30 phoneNumber?: string;
31 email?: string;
32 message?: string;
33 attachment?: File | null;
34}
35
36/**
37 * ═══════════════════════════════════════════════════════════════════════════
38 * ContactFormProps
39 * ═══════════════════════════════════════════════════════════════════════════
40 *
41 * Props for the ContactForm component with name fields, phone number with
42 * country selector, email input, message textarea, and file attachment support.
43 */
44export interface ContactFormProps {
45 data?: {
46 /** The form title displayed at the top. */
47 title?: string;
48 /** Descriptive text below the title. */
49 subtitle?: string;
50 /** Custom label for the submit button. */
51 submitLabel?: string;
52 /** Pre-filled form values. */
53 initialValues?: Partial<ContactFormData>;
54 };
55 actions?: {
56 /** Called when the form is submitted with form data. */
57 onSubmit?: (data: ContactFormData) => void;
58// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • button
  • input
  • label
  • popover

Files it writes

  • registry/form/contact-form.tsx
  • registry/form/countries.ts
  • registry/form/demo/form.ts

Facts

Registry
Manifest UI
Type
registry:block
Access
Free
Files written
3
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

ui.manifest.build Raw registry item This item as JSON

More from Manifest UI

All 32 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Amount Inputamount-inputManifest UIBlocksFree1 dep · 2 files
Chat Conversationchat-conversationManifest UIBlocksFree1 dep · 3 files
Date & Time Pickerdate-time-pickerManifest UIBlocksFree1 dep · 2 files
Event Cardevent-cardManifest UIBlocksFree1 dep · 2 files
Event Confirmationevent-confirmationManifest UIBlocksFree1 dep · 2 files
Event Detailevent-detailManifest UIBlocksFree3 deps · 2 files
Event Listevent-listManifest UIBlocksFree3 deps · 2 files
HeroheroManifest UIBlocksFree1 dep · 2 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex