UNPKG

activator-oce-exporter

Version:

Extract Activator binder and convert it to valid OCE mono pacakge

14 lines (12 loc) 786 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-slider id="demoSlider" class width="350px" height="97px" slider-height="6px" background-color="#aaa" slider-color="rgba(30, 30, 30, 1)" handle-color="rgba(0, 0, 0, 1)" radius="40px" min-value="0" max-value="100" start-value="0" step="1"></fusion-slider> <script src="../../../../dist/main.js"></script> </body></html>