UNPKG

activator-oce-exporter

Version:

Extract Activator binder and convert it to valid OCE mono pacakge

22 lines (20 loc) 1.31 kB
<!DOCTYPE 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"> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css"> <!-- load the webcomponents loader, which injects the necessary polyfill bundle --> <script src="../../../../lib/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script> <script src="//code.jquery.com/jquery-1.12.4.js"></script> <script src="//code.jquery.com/ui/1.12.1/jquery-ui.js"></script> </head> <body> <fusion-side-menu id="sideMenu" custom-color="rgba(221, 0, 221, 1)" width="200px" height="50px" custom-text-color="rgba(0, 0, 0, 1)" space-between-buttons="2" style="top: 200px; left: 200px;" items="1"> <fusion-side-menu-button id="JSAC2O59DJ6IT" custom-color="rgba(52, 58, 64, 1)" custom-text-color="custom-text-color" generated="true" slot="JSAC2O59DJ6IT" width="200px" height="50px" min-width="50px" min-height="20px" style-type="Dark"></fusion-side-menu-button> </fusion-side-menu> <script src="../../../../dist/main.js"></script> <script> Fusion.toggleState('UI-sideMenu'); </script> </body></html>