Skip to content

Instantly share code, notes, and snippets.

<html><body>
<element name="x-chat-window" constructor="ChatWindowComponent" extends="div">
<template>
<div>
<textarea rows="10" class="chat-window" disabled>
<template iterate="s in chatWindowText">
{{s}}
</template>
</textarea>
</div>