15 lines
674 B
HTML
15 lines
674 B
HTML
---
|
|
layout: example.html
|
|
title: Custom Tooltips
|
|
shortdesc: This example shows how to customize the buttons tooltips with Bootstrap.
|
|
docs: >
|
|
This example shows how to customize the buttons tooltips with <a href="https://getbootstrap.com/docs/4.5/components/tooltips/">Bootstrap</a>.
|
|
For the tooltips to work in fullscreen mode, set the container property to a selector that matches the map target.
|
|
tags: "custom, tooltip"
|
|
resources:
|
|
- https://code.jquery.com/jquery-3.5.1.min.js
|
|
- https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css
|
|
- https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js
|
|
---
|
|
<div id="map" class="map"></div>
|