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/features-3

features-3

fulldev-ui/features-3
FreeBlock

fulldev/ui publishes no description for this item.

Live preview

live · rendered by the registry
Rendered by fulldev/ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://ui.full.dev/r/features-3.json

Source

src/components/blocks/features-3.astroui.full.dev/r/features-3.json
1---
2import type { ImageMetadata } from "astro"
3import { Image } from "astro:assets"
4
5import { cn } from "@/lib/utils"
6import { Section, SectionContainer } from "@/components/ui/section"
7
8type Props = {
9 class?: string
10 title: string
11 description: string
12 features: {
13 title: string
14 description: string
15 image: {
16 src: ImageMetadata
17 alt: string
18 }
19 }[]
20}
21
22const { class: className, title, description, features } = Astro.props
23---
24
25<Section class={cn("", className)}>
26 <SectionContainer class="items-center gap-6 text-center">
27 <div class="flex max-w-2xl flex-col items-center gap-4">
28 <h2
29 class="text-foreground text-3xl font-semibold tracking-tight text-balance sm:text-4xl"
30 >
31 {title}
32 </h2>
33 <p
34 class="text-muted-foreground max-w-2xl text-lg leading-relaxed text-balance"
35 >
36 {description}
37 </p>
38 </div>
39 </SectionContainer>
40 <SectionContainer>
41 <div class="grid gap-6 sm:grid-cols-2">
42 {
43 features.map((feature) => (
44 <div class="group/feature hover:bg-muted/40 flex items-center gap-5 rounded-xl border p-4 transition-colors">
45 <Image
46 src={feature.image.src}
47 alt={feature.image.alt}
48 class="size-20 shrink-0 rounded-lg object-cover"
49 widths={[160, 320]}
50 sizes="80px"
51 />
52 <div class="flex flex-col gap-1.5">
53 <h3 class="text-foreground text-base font-medium">
54 {feature.title}
55 </h3>
56 <p class="text-muted-foreground text-sm leading-relaxed">
57 {feature.description}
58 </p>
59 </div>
60 </div>
61 ))
62 }
63 </div>
64 </SectionContainer>
65</Section>

What it pulls in

Other registry items

  • @fulldev/section

Files it writes

  • src/components/blocks/features-3.astro

Facts

Registry
fulldev/ui
Type
registry:block
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-04
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
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex