UNPKG

activator-oce-exporter

Version:

Extract Activator binder and convert it to valid OCE mono pacakge

19 lines (16 loc) 989 B
<!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"> <!-- load the webcomponents loader, which injects the necessary polyfill bundle --> <script src="../../../../lib/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script> </head> <body> <fusion-references-popup-list id="demo" header="References" backdrop="true" content-width="400px" content-height="400px" backdrop-color="rgba(0, 0, 0, 0.5)" background-color="rgba(230, 0, 0, 0.5)" border-width="10px" border-style="solid" border-color="rgba(255, 255, 255, 0.5)" border-radius="20px" arrow-position="bottom-right" arrow-width="40px" arrow-height="40px"> </fusion-references-popup-list> <script src="../../../../dist/main.js"></script> <script> Fusion.toggleState('ReferencePopup-demo'); </script> </body></html>