🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

web_chicken-ui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web_chicken-ui

web-chicken自定义组件

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

web_chicken-ui

npm安装:

npm i web_chicken-ui

字段介绍:

  • thead表头
  • theadHeight 表头高度
  • tbody 内容
  • tbodyHeight内容高度
thead:[
	{id:1,title:'ID',theadWidth:'100px'},
	{id:2,title:'编号',theadWidth:'100px'},
	{id:3,title:'内容',theadWidth:'100px'}
  ],
   theadHeight:'40px',
   tbodyHeight:'30px',
   tbody:[
	{id:1,title:'内容1',content:'我是第一条内容'},
	{id:2,title:'内容2',content:'我是第二条'},
	{id:3,title:'内容3',content:'我是第三条'}
  ],

FAQs

Package last updated on 23 Apr 2021

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