popup-info-box-web-component

Information

Folder
src/components/popup-info-box-web-component

Files

Template
// src/components/popup-info-box-web-component/index.hbs

<form>
  <div>
    <label for="cvc">Enter your CVC <popup-info img="src/components/popup-info-box-web-component/img/alt.png"
        data-text="Your card validation code (CVC) is an extra security feature — it is the last 3 or 4 numbers on the back of your card.">
      </popup-info></label>
    <input type="text" id="cvc">
  </div>
</form>

Variants

default
Open