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

@wowpic/xform-react

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wowpic/xform-react

xform react

latest
npmnpm
Version
2.8.3
Version published
Maintainers
1
Created
Source

@wowpic/xform-core

XForm 渲染包

使用方式

import { XForm } from '@wowpic/xform-react';

return (
    <XForm schema={schema}/>
);

XForm

参数

属性名称属性描述属性类型默认值
schema配置ISchema
hideRequiredMark隐藏所有表单项的必选标记booleanfalse
labelAlignlabel对齐方式left、rightright
wrapperColwrapper布局object
labelCollabel布局object
layout表单布局horizontal、vertical、inlinehorizontal
coloncolon默认值booleantrue

方法

同 @wowpic/xform-core 方法

FAQs

Package last updated on 10 Nov 2025

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