Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<label for="ccard">Card No</label>
<card-input id="ccard"></card-input>
<script>
  const shost = document.querySelector('card-input');
  shost.attachShadow({mode: 'open'});
  shost.shadowRoot.innerHTML = `<input id="number-input">`;  
</script>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
tomalecpro
0viewers