Skip to content

Warning Alert

This component shows a warning alert to the user.

PropertyValue
InteractivityNon-required

Screenshot

A screenshot of the warning alert

API

Example

swift
Noora().warning("Your token is about to expire")

// With next step
Noora().warning(
  .alert("Your token is about to expire", nextStep: "Generate a new token with \(.command("tuist project tokens create"))"),
)

Options

AttributeDescriptionRequiredDefault value
warningsA list of warnings, each of which is a message and optionally a next step that the person can take to mitigate the warning.Yes

Released under the MIT License.