A control that creates a pop-up element to display information for an element.
Simple tooltips.
This tooltip is the
This tooltip is placed on
This tooltip is placed on
This tooltip is placed on
This tooltip is placed on
<px-flex-panel orientation="vertical">
<p>This tooltip is the <px-tooltip text="I am the default">default</px-tooltip> tooltip.</p>
<p>This tooltip is placed on <px-tooltip text="I am placed on the top" placement="top">top</px-tooltip>.</p>
<p>This tooltip is placed on <px-tooltip text="I am placed on the bottom" placement="bottom">bottom</px-tooltip>.</p>
<p>This tooltip is placed on <px-tooltip text="I am placed on the left" placement="left">left</px-tooltip>.</p>
<p>This tooltip is placed on <px-tooltip text="I am placed on the right" placement="right">right</px-tooltip>.</p>
</px-flex-panel>