Morphing Tabs

This is a morphing tabs interaction, recreated by Preet's work and featuring the gooey effect component.

Install using CLI

npm
pnpm
bun
yarn
npx shadcn-vue@latest add "https://inspira-ui.com/r/morphing-tabs.json"

Install Manually

Copy and paste the following code

MorphingTabs.vue

API

Prop NameTypeDefaultDescription
classstring""Additional class names to style the component.
tabsstring[][]Tabs.
activeTabstring""Current active Tab.
marginnumber20Active tab margin left and right.
blurStdDeviationnumber6Svg blur stdDeviation, tab rounded use it.

Credits