mui-spfx-controls
Version:
SPFx component library built with MUI
16 lines (15 loc) • 577 B
JavaScript
define([], function () {
return {
PropertyPaneDescription:
'Dynamic list form with simple form creation and management.',
BasicGroupName: 'Properties',
ListFieldLabel: 'Select a List',
ColumnsFieldLabel: 'Select List Columns',
LabelFieldLabel: 'Select Form Label',
PaperVariantFieldLabel: 'Select Form Paper background variant',
PaperElevationFieldLabel: 'Select Paper elevation',
InputVariantFieldLabel: 'Select Input variants',
InputSizeFieldLabel: 'Select Input Size',
FieldSpacingFieldLabel: 'Select Field Spacing',
};
});