1.2.0 • Published 4 years ago

vanilla-htmljs v1.2.0

Weekly downloads
13
License
-
Repository
github
Last release
4 years ago

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)