Files
prestashop/admin_o2w/themes/default/example/components/popovers.html

12 lines
253 B
HTML
Raw Normal View History

<h1 class="custom">Popovers</h1>
<button
type="button"
class="btn btn-lg btn-danger"
data-toggle="popover"
title="Popover title"
data-content="And here's some amazing content. It's very engaging. Right?"
>
Click to toggle popover
</button>