For Tailwind CSS v3 docs, click here.

Morphing Tabs

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

通过 CLI 安装

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

手动安装

复制并粘贴以下代码:

MorphingTabs.vue

API

Prop 名称类型默认值描述
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.

感谢