Chatbox helps you make a simple messenger app. Customize it to fit your website.
Install the package using npm
npm i @light-200/chatbox
Import in your javascript file
import "@light-200/chatbox";
The custom element is called
<chat-box> </chat-box>
Change default values using attributes
<chat-box chatbox-background="aliceblue"></chat-box>
-
handleMsg({username,msg})
for showing text message
-
event "send" and message will be in event.target.msg
use this to process sent message
chatbox-width
chatbox-height
chatbox-radius
chatbox-background
chatbox-font-family
texts-gap
footer-height
footer-radius
footer-background
footer-font-color
footer-font-size
footer-element-gap
textSend-radius
textSend-background
textSend-padding
text-background
create issues or work on existing