ComponentsGooey Button

Interactive Component

Gooey Button

A visually striking button with gooey liquid-like animations. Uses SVG filters to create organic, blob-like transitions between states.

Installation

npx shadcn@latest add https://atomixui.mihircodes.in/registry/gooey-button

How to use

'use client';
import GooeyButton from '@/components/atomixui/gooey-button';

export default function GooeyButtonDemo() {
    return <GooeyButton />;
}