Popup

Popups are available as a web component using the skin-popup tag.

Attributes:

  • id: Unique ID (required)
  • data-type: Popup type (optional)
  • data-arrow: Render an arrow for tooltip type (optional)

Valid types include:

  • menu (default)
  • tooltip

The data-arrow value can be either true (default) or false.

Note: When a popup is used to render a tooltip with an arrow, it is best not to use transparency as the arrow is simply a rotated square which could be visible.

In addition, the following class-based components can be applied to a skin-popup:

Class nameTypeDescription
tc-tooltipComponentTooltip component

Examples

Popups can be shown in the form of a tooltip.

This is a tooltip example. It hides and shows automatically.

Popups can also be shown in the form of a menu:

Menu