Hi, I created a demo page for you to see this:
<!DOCTYPE html>
<html>
<head>
<script type="module" src="https://unpkg.com/[email protected]/dist/deepChat.bundle.js"></script>
<title>Chat</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<style>
body {
margin: 0;
padding: 0;
font-family: "Inter", sans-serif, "Avenir", "Helvetica", "Arial";
}
</style>
</head>
<body>
<deep-chat style="border: 2px solid red; width: 400px; height: 200px; margin: auto;" demo="true"></deep-chat>
<div style="border: 2px solid red; width: 400px; height: 200px; margin: auto;">I am in the middle</div>
</body>
</html>
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too