import { WebComponent, html } from "../../src/index.js"; export class Counter extends WebComponent { static props = { count: 123, }; get template() { return html` ++this.props.count} style="background-color: green; color: white;" about="Elephant" > ${this.props.count}