Toxic Button
◉ ButtonsToxic liquid-style animated button with GSAP bubble effects.
buttontoxicliquidanimationgsap
No preview available
Controls
#39ff14
Toxic liquid-style animated button with GSAP bubble effects.
No preview available
Buttons / React Component
Toxic liquid-style animated button with GSAP bubble effects.
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/toxic-button.json?key=YOUR_LICENSE_KEY" import { ToxicButton } from './ToxicButton';
export default function Example() {
return <ToxicButton label="Click Me" accentColor="#39ff14" />;
}