Components
Loading preview...
Minimal search icon that expands into full input with blur
@moumensoliman
npx shadcn@latest add https://21st.dev/r/moumensoliman/expanding-search-dock-shadcnuiimport { ExpandingSearchDock } from "@/components/ui/expanding-search-dock-shadcnui"
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background p-8">
<ExpandingSearchDock />
</div>
)
}