easeUI

Morphing Search

A circular search button that morphs into a text field: the same element grows and reshapes via a layout animation, rather than a new one popping in beside it.

Try searching for something

Installation

$ bunx --bun shadcn add @easeui/morphing-search

API reference

PropTypeDefaultDescription
placeholder?stringSearch...-
onSearch?((query: string) => void)--
className?string--

Updated