UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

52 lines (51 loc) 1.17 kB
const e = "local://ant-design-x-vue-next/basic", t = { $id: e, catalogId: e, title: "Ant Design X Vue Next Basic Catalog", components: { Text: { type: "object", properties: { text: {}, variant: {} }, required: ["text"] }, Button: { type: "object", properties: { text: {}, action: {}, variant: {} } }, TextField: { type: "object", properties: { label: {}, value: {}, placeholder: {}, variant: {} }, required: ["label"] }, CheckBox: { type: "object", properties: { label: {}, value: {} }, required: ["label", "value"] }, Column: { type: "object", properties: { children: {}, justify: {}, align: {} } }, Row: { type: "object", properties: { children: {}, justify: {}, align: {} } }, Divider: { type: "object", properties: { axis: {} } }, Image: { type: "object", properties: { url: {}, description: {}, fit: {} }, required: ["url"] }, Card: { type: "object", properties: { child: {}, children: {} } } } }; export { e as BASIC_CATALOG_ID, t as basicCatalog };