Gooey Button Group
◉ ButtonsSymbiote-style button group with organic oozing tendril transitions.
buttontabsvenomsymbioteliquidorganicanimationgsapsvg-filter
No preview available
Click a tab, the symbiote reaches out and oozes over
Controls
#1a1a3e
Symbiote-style button group with organic oozing tendril transitions.
No preview available
Click a tab, the symbiote reaches out and oozes over
Buttons / React Component
Symbiote-style button group with organic oozing tendril transitions.
Copy the shadcn CLI command below. Replace YOUR_LICENSE_KEY with the license key from your FutureUI account — or log in and it will auto-fill for you.
npx shadcn@latest add "https://futureui.studio/api/registry/gooey-button-group.json?key=YOUR_LICENSE_KEY" import { GooeyButtonGroup } from './GooeyButtonGroup';
export default function Example() {
return (
<GooeyButtonGroup
items={['Home', 'About', 'Contact']}
sheenColor="#8b5cf6"
/>
);
}