BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcncraft/contact-11

Contact 11 – Centered form with supporting sidebar

shadcncraft/contact-11
FreeBlock

A balanced contact layout with a primary, centered form and a secondary sidebar that mirrors or reinforces the same interaction. The main column keeps focus on the form, while the sidebar provides a persistent fallback or alternative entry point. Useful when you want a calm, symmetrical layout with built-in redundancy for conversion.

Install it

npx shadcn@latest add https://shadcncraft.com/r/contact-11.json

Source

blocks/pro-marketing/contact/contact-11/index.tsxshadcncraft.com/r/contact-11.json
1import { Button } from "@/components/ui/button";
2import { Checkbox } from "@/components/ui/checkbox";
3import { Field, FieldLabel } from "@/components/ui/field";
4import { Input } from "@/components/ui/input";
5import {
6 SectionHeading,
7 SectionHeadingBody,
8 SectionHeadingTagline,
9 SectionHeadingTitle,
10} from "@/components/shadcncraft/pro-marketing/section-heading";
11import { Textarea } from "@/components/ui/textarea";
12
13export function Contact11() {
14 return (
15 <section className="py-6 lg:py-20">
16 <div className="mx-auto flex max-w-7xl flex-col gap-16 px-5 lg:px-8">
17 {/* Section Heading */}
18 <div className="mx-auto w-full max-w-md">
19 <SectionHeading alignment="center">
20 <SectionHeadingTagline>Support</SectionHeadingTagline>
21 <SectionHeadingTitle>Need Help? We&apos;re Here to Help</SectionHeadingTitle>
22 <SectionHeadingBody>
23 Our support team is available to assist you with any questions or issues you
24 may have.
25 </SectionHeadingBody>
26 </SectionHeading>
27 </div>
28
29 {/* Contact Form */}
30 <div className="mx-auto w-full max-w-md">
31 <form className="flex flex-col gap-4" aria-label="Contact form">
32 <Field>
33 <FieldLabel htmlFor="input-1">Name</FieldLabel>
34 <Input id="input-1" placeholder="Joe Smith" />
35 </Field>
36
37 <Field>
38 <FieldLabel htmlFor="input-2">Email</FieldLabel>
39 <Input id="input-2" placeholder="joe@example.com" />
40 </Field>
41
42 <Field>
43 <FieldLabel htmlFor="input-3">Message</FieldLabel>
44 <Textarea
45 id="input-3"
46 placeholder="Hi, this is my message"
47 className="h-16"
48 />
49 </Field>
50
51 <Field orientation="horizontal">
52 <Checkbox id="input-4" />
53 <FieldLabel htmlFor="input-4" className="font-normal">
54 You agree to our simple{" "}
55 <a href="#" className="text-primary underline">
56 Privacy Policy
57 </a>
58 </FieldLabel>
59 </Field>
60
61 <Button type="submit" className="w-full">
62 Send message
63 </Button>
64 </form>
65 </div>
66 </div>
67 </section>
68 );
69}

What it pulls in

Other registry items

  • button
  • label
  • input
  • textarea
  • checkbox
  • @shadcncraft/section-heading

Files it writes

  • blocks/pro-marketing/contact/contact-11/index.tsx

Facts

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

Go to the source

shadcncraft.com Raw registry item This item as JSON

More from shadcncraft

All 26 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Banner 10 – Inline announcement linkbanner-10shadcncraftBlocksFreeno deps
Benefits 13 – Card grid with section headerbenefits-13shadcncraftBlocksFreeno deps
FAQ 4 – Centered accordion with supporting panelfaqs-4shadcncraftBlocksFreeno deps
Footer 4 – Brand-led sitemap footerfooter-4shadcncraftBlocksFree1 dep
Newsletter Signup 5 – Inline callout with contained formnewsletter-signup-5shadcncraftBlocksFreeno deps
Testimonial 11 – Editorial quote gridtestimonials-11shadcncraftBlocksFreeno deps
Top Navigation 5 – Minimal center-aligned links with inline authtop-navigation-5shadcncraftBlocksFreeno 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