# @wowpic/xform-core

> XForm 渲染包

## 使用方式

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

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

# XForm

## 参数

|属性名称|属性描述|属性类型|默认值|
|---|---|---|---|
|schema|配置|ISchema||
|hideRequiredMark|隐藏所有表单项的必选标记|boolean|false|
|labelAlign|label对齐方式| left、right|right|
|wrapperCol|wrapper布局|object||
|labelCol|label布局|object||
|layout|表单布局|horizontal、vertical、inline|horizontal|
|colon|colon默认值|boolean|true|

## 方法

同 @wowpic/xform-core 方法
