BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Animate UI/components-animate-tabs

Tabs

animate-ui/components-animate-tabs
FreeComponent

A set of layered sections of content—known as tab panels—that are displayed one at a time.

Install it

npx shadcn@latest add https://animate-ui.com/r/components-animate-tabs.json

Source

registry/components/animate/tabs/index.tsxanimate-ui.com/r/components-animate-tabs.json
1import * as React from 'react';
2
3import {
4 Tabs as TabsPrimitive,
5 TabsList as TabsListPrimitive,
6 TabsTrigger as TabsTriggerPrimitive,
7 TabsContent as TabsContentPrimitive,
8 TabsContents as TabsContentsPrimitive,
9 TabsHighlight as TabsHighlightPrimitive,
10 TabsHighlightItem as TabsHighlightItemPrimitive,
11 type TabsProps as TabsPrimitiveProps,
12 type TabsListProps as TabsListPrimitiveProps,
13 type TabsTriggerProps as TabsTriggerPrimitiveProps,
14 type TabsContentProps as TabsContentPrimitiveProps,
15 type TabsContentsProps as TabsContentsPrimitiveProps,
16} from '@/components/animate-ui/primitives/animate/tabs';
17import { cn } from '@/lib/utils';
18
19type TabsProps = TabsPrimitiveProps;
20
21function Tabs({ className, ...props }: TabsProps) {
22 return (
23 <TabsPrimitive
24 className={cn('flex flex-col gap-2', className)}
25 {...props}
26 />
27 );
28}
29
30type TabsListProps = TabsListPrimitiveProps;
31
32function TabsList({ className, ...props }: TabsListProps) {
33 return (
34 <TabsHighlightPrimitive className="absolute z-0 inset-0 border border-transparent rounded-md bg-background dark:border-input dark:bg-input/30 shadow-sm">
35 <TabsListPrimitive
36 className={cn(
37 'bg-muted text-muted-foreground inline-flex h-9 w-fit items-center justify-center rounded-lg p-[3px]',
38 className,
39 )}
40 {...props}
41 />
42 </TabsHighlightPrimitive>
43 );
44}
45
46type TabsTriggerProps = TabsTriggerPrimitiveProps;
47
48function TabsTrigger({ className, ...props }: TabsTriggerProps) {
49 return (
50 <TabsHighlightItemPrimitive value={props.value} className="flex-1">
51 <TabsTriggerPrimitive
52 className={cn(
53 "data-[state=active]:text-foreground focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring text-muted-foreground inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md w-full px-2 py-1 text-sm font-medium whitespace-nowrap transition-colors duration-500 ease-in-out focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
54 className,
55 )}
56 {...props}
57 />
58 </TabsHighlightItemPrimitive>
59 );
60}
61
62type TabsContentsProps = TabsContentsPrimitiveProps;
63
64function TabsContents(props: TabsContentsProps) {
65 return <TabsContentsPrimitive {...props} />;
66}
67
68type TabsContentProps = TabsContentPrimitiveProps;
69
70// … truncated

What it pulls in

Other registry items

  • @animate-ui/primitives-animate-tabs

Files it writes

  • registry/components/animate/tabs/index.tsx

Facts

Registry
Animate UI
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

animate-ui.com imskyleen/animate-ui on GitHub Raw registry item This item as JSON

More from Animate UI

All 580 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Avatar Groupcomponents-animate-avatar-groupAnimate UIComponentsFree1 dep
Codecomponents-animate-codeAnimate UIComponentsFree1 dep
Code Tabscomponents-animate-code-tabsAnimate UIComponentsFree1 dep
Cursorcomponents-animate-cursorAnimate UIComponentsFreeno deps
GitHub Stars Wheelcomponents-animate-github-stars-wheelAnimate UIComponentsFree1 dep
Tooltipcomponents-animate-tooltipAnimate UIComponentsFree1 dep
Bubble Backgroundcomponents-backgrounds-bubbleAnimate UIComponentsFree1 dep
Fireworks Backgroundcomponents-backgrounds-fireworksAnimate UIComponentsFreeno 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

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