Components
Floating chat widget with AI agent selection dropdown and animations
npx shadcn@latest add https://21st.dev/r/moumensoliman/floating-chat-widget-shadcnuiLoading preview...
import { FloatingChatWidget } from "@/components/ui/floating-chat-widget-shadcnui"
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background p-8">
<FloatingChatWidget />
</div>
)
}