• Render a single toast message

    Parameters

    • message: string

      The message to display in the toast

    • title: string = "Dashboard"

      The title of the toast

    • id: string = "defaultId"

      The id of the message

    Returns ReactNode