import popper.js
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
615dc56d16
commit
16fb2bb919
241 changed files with 34099 additions and 0 deletions
18
assets/u/static/popper.js-1.16.0/docs/_includes/example50.html
Executable file
18
assets/u/static/popper.js-1.16.0/docs/_includes/example50.html
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
<div class="rel" id="example5reference1">
|
||||
<p class="bold">Pop</p>
|
||||
<p class="thin">on the bottom</p>
|
||||
</div>
|
||||
|
||||
<div class="popper" id="example5popper1">
|
||||
<p class="bold">Popper on bottom</p>
|
||||
<p class="thin">Flips when hits viewport</p>
|
||||
<div class="popper__arrow" x-arrow></div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function(){
|
||||
var pop1 = new Popper(example5reference1, example5popper1, {
|
||||
placement: 'bottom'
|
||||
});
|
||||
}, false);
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue