BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/fulldev/ui/contact-1

contact-1

fulldev-ui/contact-1
FreeBlock

fulldev/ui publishes no description for this item.

Install it

npx shadcn@latest add https://ui.full.dev/r/contact-1.json

Source

src/components/blocks/contact-1.astroui.full.dev/r/contact-1.json
1---
2import { cn } from "@/lib/utils"
3import { Button } from "@/components/ui/button"
4import {
5 Field,
6 FieldDescription,
7 FieldGroup,
8 FieldLabel,
9 FieldLegend,
10 FieldSet,
11} from "@/components/ui/field"
12import { Icon } from "@/components/ui/icon"
13import { Input } from "@/components/ui/input"
14import { Section, SectionContainer } from "@/components/ui/section"
15import { Textarea } from "@/components/ui/textarea"
16
17type Props = {
18 class?: string
19 title: string
20 description: string
21 contactItems: {
22 icon: string
23 title: string
24 description: string
25 href?: string
26 }[]
27 form: {
28 legend: string
29 nameLabel: string
30 namePlaceholder: string
31 emailLabel: string
32 emailPlaceholder: string
33 messageLabel: string
34 messagePlaceholder: string
35 messageDescription: string
36 actionLabel: string
37 }
38}
39
40const { class: className, title, description, contactItems, form } = Astro.props
41---
42
43<Section class={cn("", className)}>
44 <SectionContainer class="items-center gap-6 text-center">
45 <div class="flex max-w-2xl flex-col items-center gap-4">
46 <h2
47 class="text-foreground text-3xl font-semibold tracking-tight text-balance sm:text-4xl"
48 >
49 {title}
50 </h2>
51 <p
52 class="text-muted-foreground max-w-2xl text-lg leading-relaxed text-balance"
53 >
54 {description}
55 </p>
56 </div>
57 </SectionContainer>
58 <SectionContainer>
59 <div class="grid gap-4 sm:grid-cols-2 lg:grid-cols-4">
60 {
61 contactItems.map((item) => (
62 <div class="flex flex-col gap-3 rounded-xl border p-5">
63 {item.href ? (
64 <Button
65 as="a"
66 href={item.href}
67 variant="secondary"
68 size="icon"
69 class="text-primary"
70 aria-label={item.title}
71 >
72 <Icon name={item.icon} />
73 </Button>
74 ) : (
75 <Button
76 variant="secondary"
77 size="icon"
78 class="text-primary"
79 aria-label={item.title}
80 >
81 <Icon name={item.icon} />
82 </Button>
83 )}
84 <h3 class="text-foreground text-sm font-medium">{item.title}</h3>
85 <p class="text-muted-foreground text-sm leading-relaxed">
86 {item.description}
87 </p>
88 </div>
89 ))
90 }
91 </div>
92 </SectionContainer>
93 <SectionContainer>
94// … truncated

What it pulls in

Other registry items

  • @fulldev/button
  • @fulldev/field
  • @fulldev/input
  • @fulldev/section
  • @fulldev/textarea
  • @fulldev/icon

Files it writes

  • src/components/blocks/contact-1.astro

Facts

Registry
fulldev/ui
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

Docs on fulldev/ui ui.full.dev fulldotdev/ui on GitHub Raw registry item This item as JSON

More from fulldev/ui

All 144 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
article-1article-1fulldev/uiBlocksFreeno deps
article-2article-2fulldev/uiBlocksFreeno deps
articles-1articles-1fulldev/uiBlocksFreeno deps
articles-2articles-2fulldev/uiBlocksFreeno deps
articles-3articles-3fulldev/uiBlocksFreeno deps
articles-4articles-4fulldev/uiBlocksFreeno deps
banner-1banner-1fulldev/uiBlocksFreeno deps
banner-2banner-2fulldev/uiBlocksFreeno 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

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.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 KitGrade

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 KitGrade

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 KitGrade

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