Components
Loading preview...
MonoChat is a sleek, minimalist chat interface designed with clean black & white and dark mode support. It features an intuitive sidebar for selecting chat participants, dynamically filtering messages to focus conversations, and a polished input area for seamless messaging. Perfect for professional and creative teams who value simplicity and clarity in communication.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/ruixen-mono-chatimport RuixenCard04 from "@/components/ui/ruixen-mono-chat";
const DemoOne = () => {
return <RuixenCard04 />;
};
export { DemoOne };