1.0.9 • Published 2 years ago

@wecity/form-render-react v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

form-render-react

提供 form-render 组件,用于移动端动态渲染表单

Usage

#构建项目
yarn build #用于构建form-render的包
yarn build-site #用于构建手机版预览living站点

#启动项目,用户测试form-render例子
yarn serve

#启动项目,用户测试构建手机版预览living站点
yarn dev
import React from 'react'
import { setup } from '@wecity/formily-react-weui'
import { FormRender } from '@wecity/form-render-react'
const schema = {
  // ...
}
function App() {
  setup() // 注册所有组件
  return <FormRender schema={schema} />
}

export default App
1.0.10-alpha.5

2 years ago

1.0.10-alpha.6

2 years ago

1.0.10-alpha.3

2 years ago

1.0.10-alpha.4

2 years ago

1.0.10-alpha.2

3 years ago

1.0.10-alpha.1

3 years ago

1.0.10-alpha.0

3 years ago

1.0.9

3 years ago

1.0.8-alpha.0

3 years ago

1.0.8-alpha.1

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5-alpha.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.2-alpha.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-alpha.0

3 years ago