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-tabs-shadcnui

Animated Tabs

tripled/animated-tabs-shadcnui
FreeComponent

Tabs with sliding indicator animation

Install it

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

Source

@uitripled/react-shadcn/src/components/components/tabs/animated-tabs.tsxui.tripled.work/r/animated-tabs-shadcnui.json
1"use client";
2
3import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
4import { motion } from "framer-motion";
5import { useState } from "react";
6
7export function AnimatedTabs() {
8 const tabs = ["Account", "Password", "Settings"];
9 const [activeTab, setActiveTab] = useState(tabs[0]);
10
11 return (
12 <div className="flex items-center justify-center p-12">
13 <Tabs
14 value={activeTab}
15 onValueChange={setActiveTab}
16 className="w-[400px]"
17 >
18 <TabsList className="relative grid w-full grid-cols-3">
19 {tabs.map((tab) => (
20 <TabsTrigger key={tab} value={tab} className="relative z-10">
21 {tab}
22 </TabsTrigger>
23 ))}
24 <motion.div
25 layoutId="activeTab"
26 className="absolute h-8 rounded-sm bg-[var(--card-bg)] shadow-sm"
27 initial={false}
28 animate={{
29 x: tabs.indexOf(activeTab) * 133.33,
30 width: 133.33,
31 }}
32 transition={{ type: "spring", stiffness: 300, damping: 30 }}
33 />
34 </TabsList>
35 {tabs.map((tab) => (
36 <TabsContent key={tab} value={tab} className="mt-4">
37 <motion.div
38 initial={{ opacity: 0, y: 10 }}
39 animate={{ opacity: 1, y: 0 }}
40 transition={{ duration: 0.3 }}
41 className="rounded-lg border p-4"
42 >
43 <p className="text-sm">{tab} settings content goes here</p>
44 </motion.div>
45 </TabsContent>
46 ))}
47 </Tabs>
48 </div>
49 );
50}

What it pulls in

npm packages

  • framer-motion
  • react

Other registry items

  • button

Files it writes

  • @uitripled/react-shadcn/src/components/components/tabs/animated-tabs.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