1.0.3 • Published 5 years ago

@beisen/text-box v1.0.3

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

Textbox 使用说明

项目运行

  1. cnpm install 或 npm install cnpm使用教程

  2. npm run dev (开发环境打包 port:8080)

  3. npm run test (测试用例)

  4. npm run build (生产环境打包)

Textbox 参数

const props = {
  showTag:'测试测试',
  defaultValue:'acdscasdfsdfsdfsdfsdfsdfds',
  placeHolder:'',
  errorStatus:false,
  showText:'1111',
  errorMsg:'出错了~~~!',
  symbol:'',        //符号,为空时没有符号
  helpMsg:'dsadsa',
  sideTip:false,    //toolTip是否左右显示
  hiddenTip:false,  //toolTip是否显示
  hidden:false,
  hasClosebtn:true, //框内删除符号 默认存在
  disabled:false,
  readonly:true,
  required:true,
  lablePos: true,   //label位置,true时在左边,false在上边
  lableTxt: false,  //label中文字对齐方式,true左对齐,false右对齐
  onClick:function(event, status, value){},
  onFocus:function(event, status, value){},
  onChange:function(event, status, value){console.log(event.target)},
  onBlur:function(event, status, value){console.log(value)}
}

Textbox 调用方法

1.安装npm组件包

npm install @beisen/text-box --save-dev

2.引用组件

import Textbox from "@beisen/text-box"

3.传入参数

data:{
    "showTag":"测试测试"
			,"defaultValue":"acdscasdfsdfsdfsdfsdfsdfds"
			,"placeHolder":""
			,"errorStatus":false
			,"showText":"1111"
			,"errorMsg":"出错了~~~!"
			,"symbol":"" //符号,为空时没有符号
			,"helpMsg":"dsadsa"
			,"sideTip":false //toolTip是否左右显示
  	,"hiddenTip":false //toolTip是否显示
			,"hidden":false
			,"hasClosebtn":true //框内删除符号 默认存在
			,"disabled":false
			,"readonly":true
			,"required":true
			,"lablePos": true //label位置,true时在左边,false在上边
    ,"lableTxt": false //label中文字对齐方式,true左对齐,false右对齐
			,onClick:function(event, status, value){}
			,onFocus:function(event, status, value){}
			,onChange:function(event, status, value){console.log(event.target)}
			,onBlur:function(event, status, value){console.log(value)}
  }
render () {
    return (
      <Textbox {...this.state.data} />
    )
  }
1.0.3

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.2-1

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.100

6 years ago

0.1.99

6 years ago

0.1.98

6 years ago

0.1.97

6 years ago

0.1.96

6 years ago

0.1.95

6 years ago

0.1.94

6 years ago

0.1.93

6 years ago

0.1.92

6 years ago

0.1.91

6 years ago

0.1.90

6 years ago

0.1.89

6 years ago

0.1.88

6 years ago

0.1.87

6 years ago

0.1.86

6 years ago

0.1.85

6 years ago

0.1.84

6 years ago

0.1.83

6 years ago

0.1.82

6 years ago

0.1.81

6 years ago

0.1.80

6 years ago

0.1.79

6 years ago

0.1.78

6 years ago

0.1.77

6 years ago

0.1.75

7 years ago

0.1.74

7 years ago

0.1.73

7 years ago

0.1.72

7 years ago

0.1.71

7 years ago

0.1.70

7 years ago

0.1.69

7 years ago

0.1.67

7 years ago

0.1.66

7 years ago

0.1.65

7 years ago

0.1.64

7 years ago

0.1.63

7 years ago

0.1.62

7 years ago

0.1.61

7 years ago

0.1.60

7 years ago

0.1.59

7 years ago

0.1.58

7 years ago

0.1.57

7 years ago

0.1.56

7 years ago

0.1.55

7 years ago

0.1.54

7 years ago

0.1.53

7 years ago

0.1.52

7 years ago

0.1.51

7 years ago

0.1.48

7 years ago