StatusPanel API

API reference docs for theStatusPanelcomponent. For examples and details on the usage of this component, visit the component demo page.

Props

PropTypeDescriptionDefault
titlestringMain heading text for the status panel_
variant?'info' | 'warning' | 'error' | 'success' | 'none'Visual intent for the state (affects icon and color). none will not show any icon.'info'
description?stringOptional supporting text below the title_
action?ReactNodeAction component, like a link or a button, to recommend the best next step that people can take_
customIcon?(props: IconProps) => ReactNodeIcon to display above the title. Overrides the default variant icon_