Intercom
Quick Start
import { Intercom } from "@bitplanet/deva-sdk/components";
export default function App() {
return <Intercom username="support" />;
}What You Get
How It Works
Trigger Button
Chat Interface
Authentication Required
Example Implementation
Deva Usernames
Chat Features
Message History
Sending Messages
Receiving Messages
Fetch Behavior
Default Behavior (Lazy Loading)
Eager Loading
Empty States
No Messages Yet
Deva Not Found
Loading States
Initial Load
Message Pagination
UI Breakdown
Header Section
Message Area
Input Section
Multiple Intercom Instances
Best Practices
Common Use Cases
Next Steps
Last updated