The Popover Basic Help component combines a simple circular icon with the PopoverBasic component to deliver contextual information in an unobtrusive way. When clicked, it opens a temporary overlay window that provides users with helpful details or guidance related to the current interface element. This allows for cleaner layouts while keeping essential information easily accessible.
Variants
Variants contain different versions of the component depending on specific properties, such as state, size, color, optional iconography, etc. Since PopoverBasicHelp is implemented using PopoverBasic, it inherits all of its variants and behaviors.
| Property | Values | Default |
|---|---|---|
| isOpen Variant | false | true | false |
| 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. |
Component dependencies
This component is dependent on the following components:
Related Components
Popover Basic
Popover is a temporary overlay window that contains contextual information
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.
Help and support