UNPKG

converse.js

Version:
4 lines (2 loc) 106 B
import { html } from "lit"; export default () => html`<div class="alert" role="alert">hello world</div>`