Maui.Alert (maui v0.1.17)

Summary

Functions

Renders the description of an alert.

Renders the title of an alert.

Functions

alert(assigns)

Attributes

  • class (:string) - Defaults to "".
  • variant (:string) - Defaults to "default". Must be one of "default", or "destructive".

Slots

  • icon
  • title
  • description
  • inner_block

alert_description(assigns)

Renders the description of an alert.

Attributes

  • class (:string) - Defaults to "".

Slots

  • inner_block

alert_title(assigns)

Renders the title of an alert.

Attributes

  • class (:string) - Defaults to "".

Slots

  • inner_block