A visually striking button with gooey liquid-like animations. Uses SVG filters to create organic, blob-like transitions between states.
'use client';
import GooeyButton from '@/components/atomixui/gooey-button';
export default function GooeyButtonDemo() {
return <GooeyButton />;
}