BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/tripled/animated-list-shadcnui

Animated List

tripled/animated-list-shadcnui
FreeComponent

List with staggered item animations

Install it

npx shadcn@latest add https://ui.tripled.work/r/animated-list-shadcnui.json

Source

@uitripled/react-shadcn/src/components/components/lists/animated-list.tsxui.tripled.work/r/animated-list-shadcnui.json
1"use client";
2
3import { Card } from "@/components/ui/card";
4import { motion, type Variants } from "framer-motion";
5import { CheckCircle2 } from "lucide-react";
6
7const checklistItems = [
8 "Define the experience",
9 "Design high-fidelity flows",
10 "Develop interactive states",
11 "Test accessibility scenarios",
12 "Deploy with confidence",
13];
14
15const containerVariants: Variants = {
16 hidden: { opacity: 0 },
17 visible: {
18 opacity: 1,
19 transition: {
20 staggerChildren: 0.12,
21 delayChildren: 0.2,
22 },
23 },
24};
25
26const listItemVariants: Variants = {
27 hidden: { opacity: 0, x: -20 },
28 visible: {
29 opacity: 1,
30 x: 0,
31 transition: { duration: 0.4, ease: "easeOut" },
32 },
33};
34
35const iconVariants: Variants = {
36 hidden: { scale: 0 },
37 visible: {
38 scale: 1,
39 transition: { type: "spring", stiffness: 200, damping: 16, delay: 0.1 },
40 },
41};
42
43export function AnimatedList() {
44 return (
45 <div className="">
46 <Card
47 role="article"
48 aria-label="Workflow checklist"
49 className="group relative w-full overflow-hidden rounded-2xl border border-border/40 bg-background/60 p-6 backdrop-blur transition-all hover:border-border/60 hover:shadow-lg"
50 >
51 <div className="pointer-events-none absolute inset-0 bg-gradient-to-br from-foreground/[0.04] via-transparent to-transparent opacity-0 transition-opacity duration-300 group-hover:opacity-100 -z-10" />
52
53 <motion.div
54 className="relative space-y-6"
55 variants={containerVariants}
56 initial="hidden"
57 animate="visible"
58 >
59 <div className="space-y-2">
60 <p className="text-xs uppercase tracking-[0.2em] text-foreground/70">
61 Workflow
62 </p>
63 <h3 className="text-lg font-semibold tracking-tight text-foreground">
64 Project Checklist
65 </h3>
66 <p className="text-sm text-foreground/70">
67 Guide your team through each phase with confidence and clarity.
68 </p>
69 </div>
70
71 <motion.ul
72 role="list"
73 aria-label="Project workflow steps"
74 className="space-y-3"
75 variants={containerVariants}
76 >
77 {checklistItems.map((item) => (
78 <motion.li
79 key={item}
80 variants={listItemVariants}
81// … truncated

What it pulls in

npm packages

  • framer-motion
  • react

Other registry items

  • button

Files it writes

  • @uitripled/react-shadcn/src/components/components/lists/animated-list.tsx

Facts

Registry
tripled
Type
registry:component
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-10
Last confirmed
3 days ago

Go to the source

ui.tripled.work moumen-soliman/uitripled on GitHub Raw registry item This item as JSON

More from tripled

All 282 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AI Chat Interfaceai-chat-interface-shadcnuitripledComponentsFree2 deps
AI Glow Inputai-glow-input-shadcnuitripledComponentsFree2 deps
AI Loading Skeletonai-loading-skeleton-shadcnuitripledComponentsFree2 deps
AI Response Typing Streamai-response-typing-shadcnuitripledComponentsFree2 deps
AI Unlock Animationai-unlock-animation-shadcnuitripledComponentsFree2 deps
Animated Accordionanimated-accordion-shadcnuitripledComponentsFree2 deps
Animated Card Stackanimated-card-stack-baseuitripledComponentsFree2 deps
Animated Card Stackanimated-card-stack-shadcnuitripledComponentsFree2 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