1.0.1 • Published 6 years ago
@borrey/inner-html v1.0.1
inner-html
webcomponent that inserts html from an propery .html
Getting started
Installation
From inside your project folder, run:
$ npm install inner-html
Minimal Example
<inner-html .html='<p>Hello World</p>' />
will result in:
<inner-html><p>Hello World</p></inner-html>