BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/tripled/contact-form-section-shadcnui

Contact Form

tripled/contact-form-section-shadcnui
FreeBlock

Contact form section with animated inputs, validation, and form handling

Install it

npx shadcn@latest add https://ui.tripled.work/r/contact-form-section-shadcnui.json

Source

@uitripled/react-shadcn/src/components/sections/contact-form-section.tsxui.tripled.work/r/contact-form-section-shadcnui.json · first 6 KB
1"use client";
2
3import { Button } from "@/components/ui/button";
4import { Card } from "@/components/ui/card";
5import { Input } from "@/components/ui/input";
6import { Label } from "@/components/ui/label";
7import { Textarea } from "@/components/ui/textarea";
8import { motion, type Variants } from "framer-motion";
9import { Mail, MessageSquare, Phone, Send } from "lucide-react";
10import { useState } from "react";
11
12const containerVariants: Variants = {
13 hidden: { opacity: 0 },
14 visible: {
15 opacity: 1,
16 transition: { staggerChildren: 0.14, delayChildren: 0.2 },
17 },
18};
19
20const itemVariants: Variants = {
21 hidden: { opacity: 0, y: 16 },
22 visible: {
23 opacity: 1,
24 y: 0,
25 transition: { duration: 0.4, ease: "easeOut" },
26 },
27};
28
29const iconVariants: Variants = {
30 hidden: { opacity: 0, scale: 0.8 },
31 visible: {
32 opacity: 1,
33 scale: 1,
34 transition: { duration: 0.35, ease: "easeOut" },
35 },
36};
37
38export function ContactFormSection() {
39 const [formData, setFormData] = useState({
40 name: "",
41 email: "",
42 phone: "",
43 message: "",
44 });
45
46 const handleSubmit = (event: React.FormEvent<HTMLFormElement>) => {
47 event.preventDefault();
48 console.log("Form submitted:", formData);
49 };
50
51 const handleChange = (
52 event: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>
53 ) => {
54 setFormData((prev) => ({
55 ...prev,
56 [event.target.name]: event.target.value,
57 }));
58 };
59
60 return (
61 <section className="relative overflow-hidden bg-background px-6 py-24 sm:px-8 md:py-28">
62 <div className="pointer-events-none absolute inset-0 -z-10">
63 <div className="absolute left-1/2 top-6 h-[520px] w-[520px] -translate-x-1/2 rounded-full bg-foreground/[0.035] blur-[140px]" />
64 <div className="absolute bottom-0 right-0 h-[360px] w-[360px] rounded-full bg-primary/[0.03] blur-[130px]" />
65 </div>
66
67 <div className="mx-auto flex max-w-6xl flex-col items-center gap-12 text-center">
68 <motion.div
69 initial={{ opacity: 0, y: 20 }}
70 whileInView={{ opacity: 1, y: 0 }}
71 viewport={{ once: true, margin: "-80px" }}
72 transition={{ duration: 0.5 }}
73 className="space-y-4"
74 >
75 <span className="text-xs uppercase tracking-[0.25em] text-foreground/60">
76 Contact
77 </span>
78 <h2 className="text-3xl font-semibold tracking-tight text-foreground md:text-4xl">
79 Let’s build something exceptional together
80 </h2>
81// … truncated

What it pulls in

npm packages

  • framer-motion
  • react

Other registry items

  • button

Files it writes

  • @uitripled/react-shadcn/src/components/sections/contact-form-section.tsx

Facts

Registry
tripled
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-10
Last confirmed
3 days ago

Go to the source

ui.tripled.work moumen-soliman/uitripled on GitHub Raw registry item This item as JSON

More from tripled

All 282 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
About Us Pageabout-us-page-shadcnuitripledBlocksFree2 deps
About Usabout-us-section-baseuitripledBlocksFree2 deps
About Usabout-us-section-shadcnuitripledBlocksFree2 deps
Auto-Revealing Headingauto-revealing-heading-shadcnuitripledBlocksFree2 deps
Bento Grid Blockbento-grid-block-baseuitripledBlocksFree2 deps
Bento Grid Blockbento-grid-block-shadcnuitripledBlocksFree2 deps
Blog Blockblog-block-baseuitripledBlocksFree2 deps
Blog Blockblog-block-shadcnuitripledBlocksFree2 deps

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