Components
Loading preview...
A modern, responsive UI component to showcase a doctor’s profile for live consultation. It highlights real-time availability, rating, specialty, and enables patients to instantly join a chat or bookmark the doctor. Built for both light and dark modes with a sleek, accessible design.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/doctor-live-chat-cardimport RuixenCard4 from "@/components/ui/doctor-live-chat-card";
const DemoOne = () => {
return <RuixenCard4 />;
};
export { DemoOne };