ocean-eye-bubble
v1.0.0
Published
Random bubbles wrapper
Downloads
1
Readme
<ocean-eye-bubble>
Container of an information item for Startup Radiator dashboard
<ocean-eye-bubble id="bubble" color="orange">
<div style="text-align:center;color:#888;font-family:Arial,san-serif;">
<h1 style="font-size:45px">87%</h1>
<p>Anything you like</p>
</div>
</ocean-eye-bubble>
<script>
document.getElementById('bubble').onclick = function(){
this.togglePosition()
}
</script>