Socket
Socket
Sign inDemoInstall

@beisen-platform/common-label

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beisen-platform/common-label

表单项前面的Label文字


Version published
Weekly downloads
4
decreased by-55.56%
Maintainers
1
Weekly downloads
 
Created
Source

common-label 使用说明

项目运行

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

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

  3. npm run test (测试用例)

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

common-label参数


{
	readOnly:false,
	required: true,
	helpMsg:'qdwdqwd',
	sideTip:false, //toolTip是否左右显示
	hiddenTip:false, //toolTip是否显示
	labelText: 'AutoComplete', //左侧 label 文字
	hiddenLabel: false,  //隐藏整个组件
	lablePos: true, //label位置,true时在左边,false在上边
	lableTxt: false, //label中文字对齐方式,true左对齐,false右对齐
	iconClick: function(){} //没有iconClick这个字段即不支持此功能。 有即是支持这个特性
}

common-label调用方法

1.安装npm组件包

npm install @beisen/common-label --save-dev

2.引用组件

import CommonLabel from "@beisen/common-label"
  1. 传入参数

    该参数为上述参数,传入方式使用: {...参数}

    {
    	readOnly:false,
    	required: true,
    	helpMsg:'qdwdqwd',
    	sideTip:false, //toolTip是否左右显示
    	hiddenTip:false, //toolTip是否显示
    	labelText: 'AutoComplete', //左侧 label 文字
    	lablePos: true, //label位置,true时在左边,false在上边
    	lableTxt: false, //label中文字对齐方式,true左对齐,false右对齐
    }
    
    render () {
    		return (
    			<CommonLabel {...data} />
    		)
    	}
    

Keywords

FAQs

Package last updated on 08 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc