This component renders a status message with a specific level of importance.
The message is displayed within a styled view, with the style changing based on the
provided message level.
Parameters
message: string
The message to be displayed.
level: "success"|"info"|"warning"|"caution"
The level of the message, which determines the styling.
OrderStatusMessage component.
This component renders a status message with a specific level of importance. The message is displayed within a styled view, with the style changing based on the provided message level.