BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/refinery/testimonial-carousel

Testimonial Carousel

refinery/testimonial-carousel
FreeComponent

Fan-style testimonial carousel with stacked cards and animated left/right controls.

Live preview

live · rendered by the registry
Rendered by refinery on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://refinery.abhii.me/r/testimonial-carousel.json

Source

registry/default/testimonials/testimonial-carousel.tsxrefinery.abhii.me/r/testimonial-carousel.json · first 6 KB
1"use client";
2
3import { useCallback, useState } from "react";
4import { motion } from "motion/react";
5import { cn } from "@/lib/utils";
6
7type TestimonialItem = {
8 text: string;
9 company: string;
10 name: string;
11};
12
13type TestimonialCarouselProps = {
14 title?: string | null;
15 items?: TestimonialItem[];
16 initialIndex?: number;
17 className?: string;
18 stageClassName?: string;
19 cardClassName?: string;
20 controlsClassName?: string;
21 buttonClassName?: string;
22};
23
24const DEFAULT_TITLE = "Community absolutely loves Refinery!";
25
26const DEFAULT_TESTIMONIALS: TestimonialItem[] = [
27 {
28 text: "Refinery made it easier to assemble polished UI pieces quickly without fighting the design system.",
29 company: "TouYube",
30 name: "Ari Meadow",
31 },
32 {
33 text: "The component vault feels organized and practical, like having a clean starting point for every screen.",
34 company: "Toogle",
35 name: "Nora Vale",
36 },
37 {
38 text: "It is easy to find well-crafted building blocks here, which keeps the work moving instead of slowing down.",
39 company: "Metamime",
40 name: "Jules Haven",
41 },
42 {
43 text: "The spacing, hierarchy, and motion details feel thoughtful, so the final interface looks put together fast.",
44 company: "Z Combinatr",
45 name: "Mina Alder",
46 },
47 {
48 text: "Refinery gives the kind of reusable patterns that make dashboard work feel repeatable and calmer.",
49 company: "Slate Foundry",
50 name: "Eli Rowan",
51 },
52 {
53 text: "The cards and sections feel like a polished UI kit, but with just enough personality to stay memorable.",
54 company: "Pixel Combinator",
55 name: "Tess Marlow",
56 },
57 {
58 text: "It helps turn rough ideas into consistent layouts much faster, especially when the team needs a clean baseline.",
59 company: "Frame Forge",
60 name: "Owen Bright",
61 },
62 {
63 text: "The attention to interaction detail makes the whole library feel more finished than a typical component dump.",
64 company: "Grid Union",
65 name: "Lina Cross",
66 },
67 {
68 text: "Everything feels adaptable, so it is simple to shape a unique interface without rebuilding common patterns.",
69 company: "Atom Layer",
70 name: "Noah Finch",
71 },
72 {
73 text: "Refinery makes the UI workflow feel lighter, because the pieces already look coherent and production-ready.",
74 company: "Vanta Loom",
75 name: "Iris Bloom",
76 },
77];
78
79// Each slot defines how a card looks at a given offset from center
80const SLOT_CONFIG = [
81// … truncated

What it pulls in

npm packages

  • motion

Files it writes

  • registry/default/testimonials/testimonial-carousel.tsx

Facts

Registry
refinery
Type
registry:component
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-11
Last confirmed
yesterday

Go to the source

Docs on refinery refinery.abhii.me mrap10/refinery on GitHub Raw registry item This item as JSON

More from refinery

All 16 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Analog Clock Screensaveranalog-clock-screensaverrefineryComponentsFree1 dep
Avatar Circleavatar-circlerefineryComponentsFree1 dep
DVD Screensaverdvd-screensaverrefineryComponentsFree1 dep
Floating Cardfloating-cardrefineryComponentsFree1 dep
Floating Navfloating-navrefineryComponentsFree1 dep
Glowy Buttonglowy-buttonrefineryComponentsFree1 dep
Move To Topmove-to-top-buttonrefineryComponentsFree1 dep
Notification Badgenotification-badgerefineryComponentsFree1 dep

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

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.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 KitGrade

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 KitGrade

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 KitGrade

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