12 lines
253 B
HTML
12 lines
253 B
HTML
<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>
|