The basic popover component is a temporary overlay object that provides quick contextual information relevant to where the user is hovering with their mouse.
Styling within this container allows for images and small titles, with the addition of 2 links to direct the user to relevant content.
Arrow positions can be set via the props.
Variants
Variants contain different versions of the component depending on specific properties, such as state, size, colour, optional iconography, etc.
| Property | Values | Default |
|---|---|---|
| hasTitle Boolean | true | false | true |
| ↳ showHideLink1 Boolean | true | false | true |
| ↳ showHideLink2 Boolean | true | false | true |
| hasMedia Boolean | true | false | true |
| hasLinks Boolean | true | false | true |
| ↳ ✏️ titleText Text | string | Contextual help title |
| ✏️ descriptionText Text | string | Worker pools are groups of workers. Workers are often known as agents in other DevOps tools. When a task is assigned to a worker, the task will be executed by one of the workers in the worker pools you've configured. |
Related Components
Popover Sequential
Popover Sequential is a temporary overlay that contains supplementary content, grouped in several steps
Popover (Default)
A flexible, empty popover component that provides core positioning and open behavior without predefined content or structure.
Popover Basic Help
A clickable circular information icon that triggers a PopoverBasic component to show contextual information in a temporary overlay.
Help and support