Skip to main content

AlertBox

Function AlertBox 

Source
pub fn AlertBox(_: AlertBoxProps) -> Element
Expand description

提示框组件,用于显示成功、错误等状态消息。

Props:

  • message:提示文本
  • variant:风格类型,支持 "error""success" 与其他默认类型

§Props

For details, see the props struct definition.