ContextualHelp
Contextual help shows a user extra information about the state of an adjacent component. It explains a high-level topic about an experience and can point users to more information elsewhere.
Variants
A contextual help can use different variants.
Sizes
A contextual help can have different sizes.
Props
The contents of the ContextualHelp.
The size of the ContextualHelp button.
The props for the Popover
The visual style of the ContextualHelp.
The element to associate the button with. The value of this attribute must be the id of a
in the same document.
The inline style for the element. A function may be provided to compute the style based on component state.
Whether the button is disabled.
Whether the element should receive focus on render.
The behavior of the button when used in an HTML form.
The URL that processes the information submitted by the button. Overrides the action attribute of the button's form owner.
Indicates how to encode the form data that is submitted.
Indicates the HTTP method used to submit the form.
Indicates that the form is not to be validated when it is submitted.
Overrides the target attribute of the button's form owner.
The value associated with the button's name when it's submitted with the form data.
Whether the button is in a pending state. This disables press and hover events while retaining focusability, and announces the pending state to screen readers.
The CSS className for the element. A function may be provided to compute the class based on component state.
Submitted as a pair with the button's value as part of the form data.
Whether the overlay is open by default (controlled).
Whether the overlay is open by default (uncontrolled).
Whether the element should flip its orientation (e.g. top to bottom or left to right) when there is insufficient room for it to render completely.
The additional offset applied along the main axis between the element and its anchor element.
The additional offset applied along the cross axis between the element and its anchor element.
The placement of the popover with respect to its anchor element.