Interactive tabs animated using clip path and framer motion
import { AnimatedTabs } from "@/components/ui/animated-tabs" const Demo = () => { return ( <> <AnimatedTabs tabs={[ { label: "Home" }, { label: "About" }, { label: "Resources" }, { label: "Docs" }, { label: "Support" }, ]} />; </> ) } export {Demo }
Part of HextaUI — browse the full library on 21st.dev.