Kernel: Unknown Kernel
In [ ]:
The Alert
pane allows providing contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
It's heavily inspired by the Bootstrap Alert.
Parameters:
For details on other options for customizing the component see the layout and styling how-to guides.
object
(str): The contextual feedback message.alert_type
(str): The type of Alert and one ofprimary
,secondary
,success
,danger
,warning
,info
,light
,dark
.
The Alert
pane supports Markdown and HTML syntax :
In [ ]:
The Alert
pane also a number of alert_type
options which control the color of the alert message:
In [ ]:
It may also be used for longer messages:
In [ ]: