UNPKG

activator-oce-exporter

Version:

Extract Activator binder and convert it to valid OCE mono pacakge

21 lines (18 loc) 885 B
<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>Fusion InfoTab 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-infotab id="demo" style="left:39px; position: absolute;" width="400" height="250" tab-placement="Middle" tab-position="Right" tab-height="60px" tab-width="40px" transition-duration="100ms"> <h3>Some example header</h3> <p>Some example text</p> </fusion-infotab> <script src="../../../../dist/main.js"></script> <script> Fusion.toggleState('InfoTab-demo'); </script> </body></html>