12 lines
No EOL
334 B
HTML
12 lines
No EOL
334 B
HTML
<button data-tooltip="This is a great tooltip" class="tooltip-left">
|
|
Left
|
|
</button>
|
|
<button data-tooltip="This is a great tooltip">
|
|
Bottom (default)
|
|
</button>
|
|
<button data-tooltip="This is a great tooltip" class="tooltip-top">
|
|
Top
|
|
</button>
|
|
<button data-tooltip="This is a great tooltip" class="tooltip-right">
|
|
Right
|
|
</button> |