mui-spfx-controls
Version:
SPFx component library built with MUI
27 lines (26 loc) • 739 B
JSON
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "c9b8422b-9a38-458d-a1b0-1bf54b4d5e23",
"alias": "NavigationWebPart",
"componentType": "WebPart",
"version": "*",
"manifestVersion": 2,
"requiresCustomScript": false,
"supportedHosts": ["SharePointWebPart", "SharePointFullPage"],
"supportsThemeVariants": true,
"preconfiguredEntries": [
{
"groupId": "5c03119e-3074-46fd-976b-c60198311f70",
"group": {
"default": "Advanced"
},
"title": {
"default": "MUI Navigation"
},
"description": {
"default": "Navigation description"
},
"officeFabricIconFontName": "Nav2DMapView"
}
]
}