pub fn AlertBox(_: AlertBoxProps) -> ElementExpand description
提示框组件,用于显示成功、错误等状态消息。
Props:
message:提示文本variant:风格类型,支持"error"、"success"与其他默认类型
§Props
For details, see the props struct definition.
pub fn AlertBox(_: AlertBoxProps) -> Element提示框组件,用于显示成功、错误等状态消息。
Props:
message:提示文本variant:风格类型,支持 "error"、"success" 与其他默认类型For details, see the props struct definition.