# MessageBar ```rust demo view! { Descriptive title "Message providing information to the user with actionable insights." } ``` ### Intent ```rust demo view! { "Intent info" "Message providing information to the user with actionable insights." "Intent warning" "Message providing information to the user with actionable insights." "Intent error" "Message providing information to the user with actionable insights." "Intent success" "Message providing information to the user with actionable insights." } ``` ### Manual Layout ```rust demo view! {

"Descriptive title"

"Message providing information to the user with actionable insights."

} ```