<html>
  <head>
  <!-- Load the PushFeedback widget CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pushfeedback/dist/pushfeedback/pushfeedback.css">

<!-- Load the PushFeedback widget script -->
<script type="module" src="https://cdn.jsdelivr.net/npm/pushfeedback/dist/pushfeedback/pushfeedback.esm.js"></script>
  </head>
  <body>
    <div class="button-wrapper">
      <feedback-button project="<YOUR_PROJECT_ID>" button-style="default">Feedback</feedback-button>
      <feedback-button project="<YOUR_PROJECT_ID>" button-style="dark">Feedback</feedback-button>
      <feedback-button project="<YOUR_PROJECT_ID>" button-style="light">Feedback</feedback-button>
    </div>
  </body>
</html>
.button-wrapper {
  max-width: max-content;
}

.button-wrapper > * {
  display: block;
  margin-bottom: 10px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.