Popper on your side!
What are you waiting for? Select a popper from that dropdown.
Placing poppers around elements is just that easy!
{% highlight javascript %}
var popper = new Popper(referenceElement, onPopper, {
placement: 'position'
});
{% endhighlight %}