Add a tooltip to an element by attaching data-tooltip attributes.
Examples
ds_tooltip(
ds_button("Hover me"),
text = "This is helpful information"
)
#> <button class="ds-button" type="button" data-tooltip="This is helpful information" data-tooltip-placement="top">Hover me</button>