vanilla-htmljs
v1.2.0
Published
> Size 400b
Downloads
5
Readme
vanilla-html
Size 400b
Install
$ npm install --save vanilla-htmljs
Use BEM css
import html from "vanilla-htmljs";
const box = document.getElementById("box");
box.innerHTML = html`<div>hello world</div>`;
document.body.append(box);
VSCode Plugin
you can install lit-html:
https://marketplace.visualstudio.com/items?itemName=bierner.lit-html](https://marketplace.visualstudio.com/items?itemName=bierner.lit-html)