1.0.5 • Published 5 years ago

@beisen-cmps/ux-m-platform-prompts v1.0.5

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 years ago

组件使用、扩展文档

Prompts提示

用于显示当前操作的反馈

UI规则

  1. 自动关闭
    • 从导航下方以透明度渐变的方式出现
    • 默认两秒后,提示自动消失
  2. 手动关闭
    • 从导航下方以透明度渐变的方式出现
    • 点击关闭按钮,提示消失
  3. 类型
    • 警告提示,橙色,对将要发生的问题,进行提示。
    • 成功提示,绿色,操作成功后的反馈信息。
    • 信息提示,蓝色,用户需要知道的系统信息等。
    • 错误提示,红色,导致操作无法完成的信息。

prompts

API

Prompts props

namedescriptiontypedefault
cls自定义container cssString''
type提示类型String''
message提示信息String''
isAutomaticCloseTip是否自动关闭提示Booleantrue
autoHideDuration提示停留时间number2000ms
hideTipHandler提示关闭后执行的操作Function
id每个提示的惟一标识String''
preMsgCls自定义信息classString''
customIcon自定义图标Element
customClose自定义关闭Element