index.md 324 Bytes

nav: path: /component title: 组件 order: 1 group: path: /common title: 选择字段

order: 0

QxField 选择字段

选择字段

import React from 'react';
import { QxFieldItem } from './index';

export default () => {
  return <QxFieldItem name={'标题'} widget={'qxInput'} />;
};