Components
Loading preview...
An AI chat interface with glass-morphism design and smart command features. Built with React and Framer Motion for smooth animations and professional interactions.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/animated-ai-chatimport { AnimatedAIChat } from "@/components/ui/animated-ai-chat"
export function Demo() {
return (
<div className="flex w-screen overflow-x-hidden">
<AnimatedAIChat />
</div>
);
}