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-01
ncdai/scroll-fade-effect-block-01RemovedBlock
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-01.jsonSource
1import * as React from "react";23import { Separator } from "@/components/ui/separator";4import { ScrollFadeEffect } from "@/registry/scroll-fade-effect";56const tags = Array.from({ length: 50 }).map(7 (_, i, a) => `v1.2.0-beta.${a.length - i}`8);910export default function ScrollFadeEffectDemo() {11 return (12 <div className="rounded-lg border">13 <ScrollFadeEffect className="h-72 w-48">14 <div className="p-4">15 <h4 className="mb-4 text-sm leading-none font-medium">Tags</h4>16 {tags.map((tag) => (17 <React.Fragment key={tag}>18 <div className="text-sm">{tag}</div>19 <Separator className="my-2" />20 </React.Fragment>21 ))}22 </div>23 </ScrollFadeEffect>24 </div>25 );26}
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 |
