Callout

Persistent informational, success, warning, or error feedback.

Persistent informational, success, warning, or error feedback.

Public API

  • FCallout
  • FCalloutType
  • FCalloutIcon

Example

FCallout(
    title: "Connection unavailable",
    message: "Your changes will sync when the connection returns.",
    type: .warning
)

Source

This reference follows Sources/FreakUI/Components/Feedback/FCallout.swift. Component-specific configuration is documented under the public initializer, modifier, and supporting types in that source file.