Renders a tooltip around the child element
<.tooltip id="tooltip-single-default" content="My Tooltip!" placement="top" animation="scale-subtle"> <.button size="lg">Hover Me!</.button> </.tooltip>
<.tooltip id="tooltip-single-with-light-theme" content="My Tooltip!" theme="light" placement="top" animation="scale-subtle"> <.button size="lg">Hover Me!</.button> </.tooltip>