Lager - v5.2.0
    Preparing search index...
    • 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.

      Parameters

      • message: string

        The message to be displayed.

      • level: "success" | "info" | "warning" | "caution"

        The level of the message, which determines the styling.

      Returns ReactElement

      A view component displaying the status message.