文件名称:react-application-flow
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-05 07:15:03
JavaScript
形式 要创建表单, createForm页面列表和回调传递给createForm : var CreateForm = require ( 'form.jsx' ) . CreateForm ; var pages = [ Page1 , Page2 , Page3 ] ; CreateForm ( pages , function ( Form ) { React . render ( < Form / > , document . getElementById ( 'app' ) ) ; } ) ; 导航 要在页面中前后导航,请包含使用方法this.goBack和this.goNext 。 mixins : [ require ( 'form.jsx' ) . FormMixin ] , ... render : function ( ) { return ( < di
【文件预览】:
react-application-flow-master
----package.json(1KB)
----src()
--------index.less(516B)
--------index.jsx(2KB)
--------static()
--------form.jsx(2KB)
--------components()
----.gitignore(44B)
----webpack.config.js(476B)
----README.md(1KB)