UNPKG

556 BHTMLView Raw
1<!--
2 Copyright IBM Corp. 2016, 2018
3
4 This source code is licensed under the Apache-2.0 license found in the
5 LICENSE file in the root directory of this source tree.
6-->
7
8<div class="bx--tooltip--definition">
9 <button class="bx--tooltip__trigger" type="button" aria-describedby="definition-tooltip">
10 Definition Tooltip
11 </button>
12 <div id="definition-tooltip" role="tooltip" class="bx--tooltip--definition__bottom">
13 <span class="bx--tooltip__caret"></span>
14 <p>Brief description of the dotted, underlined word above.</p>
15 </div>
16</div>