New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

igroot-super-table

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igroot-super-table

超级表格

latest
npmnpm
Version
0.0.12
Version published
Weekly downloads
6
-60%
Maintainers
1
Weekly downloads
 
Created
Source

表单容器组件(大标题)

何时使用

需要构建表单获取表单字段的时候使用(描述性文字)

安装方法(请修改您的业务组件的安装方法)

  sl add -c igroot-form-container

API

组件的使用方法 写在jsx内容中

<FormContainer>
  <Row>
    <Col span={8}>
      <FormItem label="备注" name="comment">
        <Input placeholder='输入要搜索的备注关键字'/>
      </FormItem>
    </Col>
    <Col span={8}>
      <FormOption
        option={['submit', 'reset']}
        submitText="搜索"
        onSubmit={this.handleSubmit}
      />
    </Col>
  </Row>
</FormContainer>

请修改以下内容说明----组件拥有哪些属性和方法

属性

参数说明类型默认值
label标题String-
name字段名String-
initialValue初始值
required是否必填booleanfalse
fieldProps扩展属性Object-

Keywords

igroot

FAQs

Package last updated on 30 Jun 2018

Related posts