@form-create/arco-design
Version:
arco-design动态表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 5 UI frameworks, and supports the generation of any Vue components. Built-in 20 k
34 lines (33 loc) • 929 B
JavaScript
const PRE = 'a';
export default {
tooltip: PRE + 'Tooltip',
popover: PRE + 'Popover',
button: PRE + 'Button',
slider: PRE + 'Slider',
rate: PRE + 'Rate',
upload: 'fcUpload',
cascader: PRE + 'Cascader',
timePicker: PRE + 'TimePicker',
timeRangePicker: PRE + 'TimeRangePicker',
datePicker: PRE + 'DatePicker',
rangePicker: PRE + 'RangePicker',
'switch': PRE + 'Switch',
select: PRE + 'Select',
checkbox: 'fc-checkbox',
radio: 'fc-radio',
inputNumber: PRE + 'InputNumber',
search: PRE + 'InputSearch',
inputTag: PRE + 'InputTag',
textarea: PRE + 'Textarea',
password: PRE + 'InputPassword',
formItem: PRE + 'FormItem',
form: PRE + 'Form',
frame: 'fcFrame',
col: PRE + 'Col',
row: PRE + 'Row',
tree: PRE + 'Tree',
autoComplete: PRE + 'AutoComplete',
group: 'fcGroup',
subForm: 'fcSubForm',
object: 'fcSubForm',
}