Skip to content

Info Alert

This component shows an info alert to the user.

PropertyValue
InteractivityNon-required

Screenshot

A screenshot of the info alert

API

Example

swift
Noora().info("Your project is using the latest version")

// With takeaways
Noora().info(
  .alert("Your project is using the latest version", takeaways: ["Consider enabling automatic updates with \(.command("tuist config enable-auto-updates"))"])
)

Options

AttributeDescriptionRequiredDefault value
messageThe info message to display to the user.Yes
takeawaysA list of takeaways that provide additional information or next steps.No[]

Released under the MIT License.