Components
Loading preview...
This MinimalChatBox component is a lightweight, interactive chat interface built with React, Framer Motion, and Tailwind. It provides a clean toggleable chat box that smoothly animates in and out of view. The design is simple yet functional, featuring an input field for typing messages and quick-access icons for opening, closing, and sending. Its minimal styling makes it easy to embed into any application while maintaining a modern, distraction-free look.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/navbarimport Navbar from "@/components/ui/navbar";
export default function DemoOne() {
return <Navbar />;
}