Initializing help system before first use

vdl-tooltip

A tooltip component, which is displayed whenever user hovers over a parent element with a mouse.It will use title and content attributes to display tooltip data. In addition to this, if content attribute is not specified, it will use contents of the <vdl-tooltip> tag to display contents.

Example

<vdl-tooltip title="My Title" content="My Content"></vdl-tooltip>

Attributes

content Tooltip body contents. The text will be HTML escaped. accepts expression
placement Tooltip placement in relation to the element it is placed within. Possible values: left, top, right, bottom. Defaults to right side. accepts expression
title A title of the tooltip. The text will be HTML escaped. accepts expression