converse.js
Class: exports
exports()
converse-root
is an optional custom element which can be used to
declaratively insert the Converse UI into the DOM.
It can be inserted into the DOM before or after Converse has loaded or been initialized.
exports()
The RichText custom element allows you to parse transform text into rich DOM elements.
Constructor
new exports()
- Source:
Example
<converse-rich-text text="*_hello_ world!*"></converse-rich-text>