$if closable
×
$maybe h <- renderAlertHeader alert
$if block
$case alertIcon alert
$of Nothing
$of Just name
#
#{h}
$else
$case alertIcon alert
$of Nothing
$of Just name
#
#{h} #
#{renderAlertMessage alert}
$case alertButton alert
$of Nothing
$of Just button
#{buttonLabel button}