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.
testimonials-marquee-block-02
ncdai/testimonials-marquee-block-02RemovedBlock
ncdai publishes no description for this item.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/Prashant-thakur77/myportfolio/main/public/r/testimonials-marquee-block-02.jsonSource
1import {2 Marquee,3 MarqueeContent,4 MarqueeFade,5 MarqueeItem,6} from "@/components/kibo-ui/marquee";7import {8 Testimonial,9 TestimonialAuthor,10 TestimonialAuthorName,11 TestimonialAuthorTagline,12 TestimonialAvatar,13 TestimonialAvatarImg,14 TestimonialAvatarRing,15 TestimonialQuote,16 TestimonialVerifiedBadge,17} from "@/registry/testimonials-marquee";1819export default function TestimonialsMarqueeDemo2() {20 return (21 <div className="w-full space-y-4 bg-background [&_.rfm-initial-child-container]:items-stretch! [&_.rfm-marquee]:items-stretch!">22 {[TESTIMONIALS_1, TESTIMONIALS_2].map((list, index) => (23 <Marquee key={index} className="border-y border-edge">24 <MarqueeFade side="left" />25 <MarqueeFade side="right" />2627 <MarqueeContent direction={index % 2 === 1 ? "right" : "left"}>28 {list.map((item) => (29 <MarqueeItem30 key={item.url}31 className="mx-0 h-full w-xs border-r border-edge"32 >33 <a34 href={item.url}35 target="_blank"36 rel="noopener noreferrer"37 className="block h-full"38 >39 <Testimonial>40 <TestimonialQuote>41 <p>{item.quote}</p>42 </TestimonialQuote>4344 <TestimonialAuthor>45 <TestimonialAvatar>46 <TestimonialAvatarImg src={item.authorAvatar} />47 <TestimonialAvatarRing />48 </TestimonialAvatar>4950 <TestimonialAuthorName>51 {item.authorName}52 <TestimonialVerifiedBadge />53 </TestimonialAuthorName>5455 <TestimonialAuthorTagline>56 {item.authorTagline}57 </TestimonialAuthorTagline>58 </TestimonialAuthor>59 </Testimonial>60 </a>61 </MarqueeItem>62 ))}63 </MarqueeContent>64 </Marquee>65 ))}66 </div>67 );68}6970const TESTIMONIALS_1 = [71 {72 authorAvatar:73 "https://pbs.twimg.com/profile_images/1783856060249595904/8TfcCN0r_400x400.jpg",74 authorName: "Guillermo Rauch",75 authorTagline: "CEO @Vercel",76 url: "https://x.com/rauchg/status/1978913158514237669",77 quote:78// … truncated
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 |
