help-and-feedback-component

Material icon button made with StencilJS

Usage no npm install needed!

<script type="module">
  import helpAndFeedbackComponent from 'https://cdn.skypack.dev/help-and-feedback-component';
</script>

README

Built With Stencil

Help and Feedback Component

This is a material icon button built using the Stencil standalone Web Component starter project. It displays a modal with static content when clicked.

Getting Started

Include the script in your project:

<script src="https://unpkg.com/help-and-feedback-component@0.0.1/dist/help-and-feedback-component.js">

Use the component's HTML tag wherever you want:

<help-and-feedback-component color="white" background="#0479a8"></help-and-feedback-component>