Skip to main content

WarningPanel()

Home > @backstage/core-components > WarningPanel

Show a user friendly error message to a user similar to ErrorPanel except that the warning panel only shows the warning message to the user.

Signature:

function WarningPanel(props: WarningProps): React.JSX.Element;

Parameters

ParameterTypeDescription
propsWarningProps

Returns:

React.JSX.Element