@beisen-platform/help-rule

2.0.13 • Public • Published

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}/>

Readme

Keywords

none

Package Sidebar

Install

npm i @beisen-platform/help-rule

Weekly Downloads

4

Version

2.0.13

License

ISC

Unpacked Size

31.4 kB

Total Files

17

Last publish

Collaborators

  • beisencorp