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-03
ncdai/scroll-fade-effect-block-03RemovedBlock
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-03.jsonSource
1import * as React from "react";23import { ScrollArea } from "@/components/ui/scroll-area";4import { Separator } from "@/components/ui/separator";5import { cn } from "@/lib/utils";67const tags = Array.from({ length: 50 }).map(8 (_, i, a) => `v1.2.0-beta.${a.length - i}`9);1011export default function ScrollAreaDemo() {12 return (13 <ScrollArea14 className={cn(15 "h-72 w-48 rounded-lg border",16 "**:data-[slot=scroll-area-viewport]:scroll-fade-effect-y"17 // "**:data-[slot=scroll-area-viewport]:[--mask-offset-top:8px]",18 // "**:data-[slot=scroll-area-viewport]:[--mask-offset-bottom:8px]"19 )}20 >21 <div className="p-4">22 <h4 className="mb-4 text-sm leading-none font-medium">Tags</h4>23 {tags.map((tag) => (24 <React.Fragment key={tag}>25 <div className="text-sm">{tag}</div>26 <Separator className="my-2" />27 </React.Fragment>28 ))}29 </div>30 </ScrollArea>31 );32}
What it pulls in
Other registry items
Files it writes
More from ncdai
All 17 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Blog 01blog-01 | ncdai | Blocks | Unverified | 1 dep · 2 files | |
| Blog 02blog-02 | ncdai | Blocks | Unverified | 1 dep · 2 files | |
| Experience 01experience-01 | ncdai | Blocks | Unverified | no deps | |
| Hero 01hero-01 | ncdai | Blocks | Unverified | no deps · 2 files | |
| Login 01login-01 | ncdai | Blocks | Unverified | no deps · 2 files | |
| Metrics 01metrics-01 | ncdai | Blocks | Unverified | 1 dep · 2 files | |
| Not Found 01not-found-01 | ncdai | Blocks | Free | 3 deps · 11 files | |
| Social Links 01social-links-01 | ncdai | Blocks | Unverified | no deps |
