HTMLhtml anchor link

For general installation and configuration take a look at the components package.

Use componentuse-component anchor link

<!-- index.html -->
...
<body>
	<button class="db-button" aria-describedby="tooltip-01">
		Hover on me to open Tooltip
		<i class="db-tooltip" id="tooltip-01">Tooltip</i>
	</button>
</body>