Components
Loading preview...
Floating chat widget with AI agent selection dropdown and animations
@moumensoliman
npx shadcn@latest add https://21st.dev/r/moumensoliman/floating-chat-widget-shadcnuiimport { 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>
)
}