Component that adds tooltip (hint) to other components or elements.
Usage
For a component to obtain a tooltip, it should be wrapped by Tooltip
component.
<Tooltip Title="Process" Text="Process the data and export it to a folder.">
<Button>Start</Start>
</Tooltip>