const PlasmoOverlay = () => {
return (
<span
className="hw-top">
CSUI OVERLAY FIXED POSITION
<DeepChat
demo={true}
style={{ borderRadius: '10px' }}
textInput={{ placeholder: { text: 'Welcome to the demo!' } }}
initialMessages={initialMessages}
/>
<h1>Deep Chat</h1>
</span>
)
}
const PlasmoOverlay = () => {
return (
<span
className="hw-top">
CSUI OVERLAY FIXED POSITION
<DeepChat
demo={true}
style={{ borderRadius: '10px' }}
textInput={{ placeholder: { text: 'Welcome to the demo!' } }}
initialMessages={initialMessages}
/>
<h1>Deep Chat</h1>
</span>
)
}