activator-oce-exporter
Version:
Extract Activator binder and convert it to valid OCE mono pacakge
18 lines (15 loc) • 694 B
HTML
<html><head>
<meta charset="utf-8">
<title>Component Demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link href="../../../../dist/main.css" rel="stylesheet">
<!-- load the webcomponents loader, which injects the necessary polyfill bundle -->
<script src="../../../../lib/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
</head>
<body>
<fusion-viewer id="fusionViewer" content="Test text" link="https://learn.javascript.ru/"></fusion-viewer>
<script src="../../../../dist/main.js"></script>
<script>
Fusion.toggleState('Viewer-fusionViewer');
</script>
</body></html>