BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ncdai/scroll-fade-effect-block-04
This component no longer exists. It was in ncdai’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-14 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

scroll-fade-effect-block-04

ncdai/scroll-fade-effect-block-04
RemovedBlock

ncdai publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/Prashant-thakur77/myportfolio/main/public/r/scroll-fade-effect-block-04.json

Source

src/registry/examples/scroll-fade-effect-demo-04.tsxraw.githubusercontent.com/Prashant-thakur77/myportfolio/main/public/r/scroll-fade-effect-block-04.json
1import Image from "next/image";
2
3import { ScrollArea, ScrollBar } from "@/components/ui/scroll-area";
4import { cn } from "@/lib/utils";
5
6interface Artwork {
7 artist: string;
8 art: string;
9}
10
11const works: Artwork[] = [
12 {
13 artist: "Ornella Binni",
14 art: "https://images.unsplash.com/photo-1465869185982-5a1a7522cbcb?auto=format&fit=crop&w=300&q=80",
15 },
16 {
17 artist: "Tom Byrom",
18 art: "https://images.unsplash.com/photo-1548516173-3cabfa4607e9?auto=format&fit=crop&w=300&q=80",
19 },
20 {
21 artist: "Vladimir Malyavko",
22 art: "https://images.unsplash.com/photo-1494337480532-3725c85fd2ab?auto=format&fit=crop&w=300&q=80",
23 },
24];
25
26export default function ScrollAreaHorizontalDemo() {
27 return (
28 <ScrollArea
29 className={cn(
30 "w-72 rounded-lg border whitespace-nowrap sm:w-96",
31 "**:data-[slot=scroll-area-viewport]:scroll-fade-effect-x"
32 // "**:data-[slot=scroll-area-viewport]:[--mask-offset-left:8px]",
33 // "**:data-[slot=scroll-area-viewport]:[--mask-offset-right:8px]"
34 )}
35 >
36 <div className="flex w-max gap-4 p-4">
37 {works.map((artwork) => (
38 <figure key={artwork.artist} className="shrink-0">
39 <Image
40 src={artwork.art}
41 alt={`Photo by ${artwork.artist}`}
42 className="aspect-3/4 h-fit w-fit rounded-sm object-cover"
43 width={300}
44 height={400}
45 />
46
47 <figcaption className="pt-2 text-xs text-muted-foreground">
48 Photo by{" "}
49 <span className="font-semibold text-foreground">
50 {artwork.artist}
51 </span>
52 </figcaption>
53 </figure>
54 ))}
55 </div>
56 <ScrollBar orientation="horizontal" />
57 </ScrollArea>
58 );
59}

What it pulls in

Other registry items

  • @ncdai/scroll-fade-effect
  • scroll-area

Files it writes

  • src/registry/examples/scroll-fade-effect-demo-04.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-06
Last confirmed
2 days ago

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 Links 01social-links-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