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): import("react/jsx-runtime").JSX.Element;
Parameters
Parameter |
Type |
Description |
---|---|---|
props |
WarningProps |
import("react/jsx-runtime").JSX.Element