Socket
Socket
Sign inDemoInstall

recruit-ad-form

Package Overview
Dependencies
24
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    recruit-ad-form

``` ```


Version published
Weekly downloads
227
increased by160.92%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

组件接受的参数 props

viewName【String】:想要渲染的表单的viewName

validate(data)[function]: 表单验证的结果

saveData(data)[function]: 表单的数据

实例

 <AdForm 
 viewName ={viewName} 
 ref='adForm' 
 validate={this.validate} 
 saveData={this.saveData}
 />

FAQs

Last updated on 15 Nov 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc