Skip to content
Binary UIKit reference Stable

Alert

Inline semantic message, optionally dismissible.

Use Alert for an inline message that needs semantic emphasis within the current page.

Interactive example

Loading interactive example

API

MemberTypeKindRequiredDefault
childrenSnippetsnippetNoundefined
dismissLabelstringpropNo'Dismiss'
dismissiblebooleanpropNofalse
iconIconGlyph | booleanpropNoundefined
iconContentSnippetsnippetNoundefined
onDismiss() => voidcallbackNoundefined
titlestringpropNoundefined
toneAlertTonepropNo'info'

Examples

Source

Loading source