BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ncdai/social-links-01

Social Links 01

ncdai/social-links-01
UnverifiedBlock

A social links section with a lined grid layout.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/exekartik/exeKartik/main/social-links-01.json

Source

src/registry/blocks/social-links-01/social-links-01.tsxraw.githubusercontent.com/exekartik/exeKartik/main/social-links-01.json
1import { cn } from "@/lib/utils"
2import { IconPlaceholder } from "@/registry/icons/icon-placeholder"
3
4export function SocialLinks01() {
5 return (
6 <div className="max-w-screen overflow-x-clip">
7 <div className="container mx-auto px-4">
8 <div className="relative border-x border-line">
9 <div className="pointer-events-none absolute inset-0 -z-1 hidden gap-2 sm:grid sm:grid-cols-2 md:grid-cols-3">
10 <div className="border-r border-line" />
11 <div className="border-l border-line md:border-x" />
12 <div className="border-l border-line max-md:hidden" />
13 </div>
14
15 <ul className="grid grid-cols-1 gap-2 sm:grid-cols-2 md:grid-cols-3">
16 {SOCIAL_LINKS.map((link, index) => {
17 return (
18 <li
19 key={index}
20 className={cn(
21 "max-sm:screen-line-top max-sm:screen-line-bottom",
22 "sm:max-md:nth-[2n+1]:screen-line-top sm:max-md:nth-[2n+1]:screen-line-bottom",
23 "md:nth-[3n+1]:screen-line-top md:nth-[3n+1]:screen-line-bottom"
24 )}
25 >
26 <SocialLinkItem {...link} />
27 </li>
28 )
29 })}
30 </ul>
31 </div>
32 </div>
33 </div>
34 )
35}
36
37type SocialLink = {
38 icon: string
39 title: string
40 href: string
41}
42
43function SocialLinkItem({ icon, title, href }: SocialLink) {
44 return (
45 <div className="relative flex cursor-pointer items-center gap-4 p-4 pr-2 transition-[background-color] ease-out hover:bg-accent/50 dark:hover:bg-accent/20">
46 <div className="relative shrink-0 [--image-radius:var(--radius-lg)]">
47 <img
48 className="size-8 rounded-(--image-radius) select-none"
49 src={icon}
50 alt={`${title} logo`}
51 />
52 <div className="pointer-events-none absolute inset-0 rounded-(--image-radius) inset-ring-1 inset-ring-black/10 dark:inset-ring-white/15" />
53 </div>
54
55 <h3 className="flex-1 font-medium">
56 <a href={href} target="_blank" rel="noopener">
57 <span className="absolute inset-0" aria-hidden />
58 {title}
59 </a>
60 </h3>
61
62 <IconPlaceholder
63 lucide="ArrowUpRightIcon"
64 tabler="IconArrowUpRight"
65 hugeicons="ArrowUpRight03Icon"
66 phosphor="ArrowUpRightIcon"
67 remixicon="RiArrowRightUpLine"
68 className="size-4 shrink-0 text-muted-foreground"
69 />
70 </div>
71 )
72}
73
74// … truncated

What it pulls in

Other registry items

  • https://chanhdai.com/r/style.json

Files it writes

  • src/registry/blocks/social-links-01/social-links-01.tsx

Facts

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

Go to the source

chanhdai.com Prathamesh-exe/prathfolio on GitHub Raw registry item This item as JSON

More from ncdai

All 17 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Blog 01blog-01ncdaiBlocksUnverified1 dep · 2 files
Blog 02blog-02ncdaiBlocksUnverified1 dep · 2 files
Experience 01experience-01ncdaiBlocksUnverifiedno deps
Hero 01hero-01ncdaiBlocksUnverifiedno deps · 2 files
Login 01login-01ncdaiBlocksUnverifiedno deps · 2 files
Metrics 01metrics-01ncdaiBlocksUnverified1 dep · 2 files
Not Found 01not-found-01ncdaiBlocksFree3 deps · 11 files
Social Proof 01social-proof-01ncdaiBlocksUnverifiedno 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