How to use the hyperhtml-element.bind function in hyperhtml-element

To help you get started, we’ve selected a few hyperhtml-element examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cfware / babel-plugin-template-html-minifier / fixtures / tagged-template-factory-source.js View on Github external
import {bind} from 'hyperhtml-element';

bind(document.body)`
	<div>Testing</div>
`;
bind`
	<div>Testing</div>
`;
github cfware / babel-plugin-template-html-minifier / fixtures / tagged-template-factory.js View on Github external
import {bind} from 'hyperhtml-element';

bind(document.body)`<div>Testing</div>`;
bind`
	<div>Testing</div>
`;

hyperhtml-element

An extensible class to define hyperHTML based Custom Elements

ISC
Latest version published 2 years ago

Package Health Score

45 / 100
Full package analysis

Popular hyperhtml-element functions