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
Parameter |
Type |
Description |
---|---|---|
props |
WarningProps |
React.JSX.Element