ContextualHelp
Contextual help shows a user extra information about the state of an adjacent component, or a total view.
variant
size
placement
API
<ContextualHelp>
<Heading />
<Content />
<Footer />
</ContextualHelp>
ContextualHelp
Name | Type | Default |
---|---|---|
children | ReactNode | Default: — |
Contents of the Contextual Help popover. | ||
size | 'XS' | 'S' | Default: 'XS'
|
The size of the ActionButton. | ||
placement | Placement | Default: 'bottom'
|
The placement of the element with respect to its anchor element. | ||
variant | 'info' | 'help' | Default: 'help'
|
Indicates whether contents are informative or provides helpful guidance. | ||
styles | StylesProp | Default: — |
Spectrum-defined styles, returned by the style() macro. | ||