Gooey Input

Below is a gooey search input component with smooth expanding animations and a fluid SVG filter effect that blends elements together organically.

GooeyInput

Installation

$ pnpm dlx shadcn@latest add https://pulseui-henna.vercel.app/registry/GooeyInput.json

Props

PropTypeisCompulsoryDescription
onChange
onChange: (value: string) => void
true

sets the input that is typed into the search box

Usage