carbon-components
Version:
Carbon Components is a component library for IBM Cloud
17 lines (14 loc) • 556 B
HTML
<!--
Copyright IBM Corp. 2016, 2018
This source code is licensed under the Apache-2.0 license found in the
LICENSE file in the root directory of this source tree.
-->
<div class="bx--tooltip--definition">
<button class="bx--tooltip__trigger" type="button" aria-describedby="definition-tooltip">
Definition Tooltip
</button>
<div id="definition-tooltip" role="tooltip" class="bx--tooltip--definition__bottom">
<span class="bx--tooltip__caret"></span>
<p>Brief description of the dotted, underlined word above.</p>
</div>
</div>