Back to Registry
Fluid Tabs
inputSegmented control with spring-driven active background motion.
Colorblue-500
Width
Shadow
Live Preview
Install via CLI
npx shadcn@latest add https://kinetik.dev/r/fluid-tabs.jsonRequires shadcn CLI. Auto-installs deps and copies the component into your project.
Manual Install
npm add framer-motionThen copy the source code below into your project.
Usage
import { FluidTabs } from '@/app/components/fluid-tabs';Source
'use client';
export function FluidTabs() {
// copy from registry component source
}Dependencies
framer-motion