0.0.8 • Published 4 years ago

@betterpt/clinic-telehealth-button v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Telehealth Button Widget

This widget consists of a simple button that directs the user to the associated Video Consultation page. It is built with Preact because it has a 3kb footprint.

Usage (for the customer):

  <div telehealth-button-host="habitat">
      <script type="text/props">
        { "companyName": "mavericks", "id": 2, "backgroundColor": "#4370a9", "isButtonTextBlack": false }
      </script>
  </div>
  <script async src="https://cdn.betterpt.net/telehealth-button/build/bundle.js"></script>