@beisen-platform/help-rule

FormPart提示语组件 =================

Usage no npm install needed!

<script type="module">
  import beisenPlatformHelpRule from 'https://cdn.skypack.dev/@beisen-platform/help-rule';
</script>

README

FormPart提示语组件

Installation

npm install @beisen-platform/help-rule

Usage

import Help from '@beisen-platform/help-rule';

const props = {

  //提示语的为止,支持top,bottom
  proVector:'top',
  
  //标题文字  
  tittle:'标题文字,特殊文字用',
  
  //内容区域
  context:{
  
    //内容区域中的警告语
    exp:'如果您的企业部门层级已超过四级,请升级至企业版',
    
    //内容区域换行
    text:`为了提好您的工作,感谢您的支持,为,感谢您的`
  },
  
  //提示语
  prompt:{
  
    //提示语类型 可选'tips', 'warning', 'wrong', 'scuess' 
    kind:'tips',
      
    //提示语正文
    text:`薪酬系酬系议酬薪酬系酬系议酬薪酬系酬系议酬薪酬系酬系议酬薪酬系酬系议酬薪酬系酬系议酬薪酬系酬系议酬薪酬系酬系议酬 `,
      
    //提示语是否有关闭按钮
    closebut:false
  },
  
  //了解更多按钮
  knowmore:{
  
    //了解更多文字
    text:'了解更多',
    
    //了解更多链接
    href:'www.baidu.com'
  }
}

<Help {...props}/>