Components
Reusable WhatsApp-style inbox component with chat list, conversation pane and CRM side panel.
Loading preview...
import WhatSaaSChatInbox from '@/components/ui/whatsaas-chat-inbox';
export default function Demo() {
return <WhatSaaSChatInbox />;
}