Template:Popper: Difference between revisions

From WikiMSK

No edit summary
No edit summary
 
Line 1: Line 1:
<html>
<html>
     <button id="myButton">{{{1}}}</button>
     <button id="myButton" class="mw-ui-button">{{{1}}}</button>


     <script src="https://unpkg.com/@popperjs/core@2"></script>
     <script src="https://unpkg.com/@popperjs/core@2"></script>
Line 9: Line 9:
       tippy('#myButton', {
       tippy('#myButton', {
         content: '{{{2}}}',
         content: '{{{2}}}',
  theme: 'light',
       });
       });
     </script>
     </script>

Latest revision as of 21:33, 19 March 2022

Template:Popper/styles.css