Skip to content

Tooltip

A small inline component that displays a short snippet of text on click.

Anatomy

  1. Trigger
  2. Content

Specifications

Properties

PropertyTypeDescriptionRequiredDefault
contentstring Simple string of content that appears in the panel on click. Should not contain any HTML. Yes-
labelstring Accessible label for screen readers No"more info"
classstring list of additional classes to apply to main element. No-

Styling

Custom Properties

NameDefaultResetsDescription
--tux-comp-popover--bg-colorwhiteNo-
--tux-comp-popover--text-colorblackNo-

Changelog

1.5.0

  • popover added

Contains

Other core components embedded within this template.

Examples

Default

{{ include( 'components/popover.twig', {
	label: "in-state definition"
	content: "In-state includes any of the neighboring counties of states adjacent to where we are located."
} ) }}