1.0.0 • Published 5 years ago

ocean-eye-bubble v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

\<ocean-eye-bubble>

Container of an information item for Startup Radiator dashboard

Published on webcomponents.org

<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>