mui-spfx-controls
Version:
SPFx component library built with MUI
21 lines (20 loc) • 773 B
JavaScript
define([], function () {
return {
PropertyPaneDescription:
'Dynamic dashboard with MUI Data Grid for intuitive data visualization and management.',
BasicGroupName: 'Properties',
ListFieldLabel: 'Select a List',
ColumnsFieldLabel: 'Select List Columns',
EditableActionFieldLabel: 'Editable',
ResizableActionFieldLabel: 'Resizable',
ExportActionFieldLabel: 'Enable Export',
TabActionFieldLabel: 'Enable Tabs',
FilterActionFieldLabel: 'Enable Filter',
SearchActionFieldLabel: 'Enable Search',
DensityActionFieldLabel: 'Enable Density',
ColumnActionFieldLabel: 'Enable Columns',
HeightFieldLabel: 'Container Height',
HeightFieldDescription:
'Height of the container in absolute or relative terms',
};
});