New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@wecity/form-render-react

Package Overview
Dependencies
Maintainers
15
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wecity/form-render-react

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

latest
npmnpm
Version
1.0.9
Version published
Maintainers
15
Created
Source

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

FAQs

Package last updated on 13 Aug 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