Updated readme and fixed spelling mistake
This commit is contained in:
parent
1690aea91a
commit
7fcc3d76c6
|
@ -15,9 +15,14 @@ When the user clicks on the header it dynamically load documents.
|
||||||
|
|
||||||
![ListItemsMenu](./assets/reactListItems3.JPG)
|
![ListItemsMenu](./assets/reactListItems3.JPG)
|
||||||
|
|
||||||
|
## Compatibility
|
||||||
|
|
||||||
|
![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg)
|
||||||
|
![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg)
|
||||||
|
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
|
||||||
|
![Teams Yes: Designed for Microsoft Teams](https://img.shields.io/badge/Teams-Yes-green.svg "Designed for Microsoft Teams")
|
||||||
|
![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench")
|
||||||
|
|
||||||
## Used SharePoint Framework Version
|
|
||||||
![SPFx 1.11](https://img.shields.io/badge/version-1.11.0-green.svg)
|
|
||||||
|
|
||||||
## Applies to
|
## Applies to
|
||||||
|
|
||||||
|
@ -39,7 +44,7 @@ The Web Part Use PnPjs library, Fluent-Ui-react components
|
||||||
|
|
||||||
Solution|Author(s)
|
Solution|Author(s)
|
||||||
--------|---------
|
--------|---------
|
||||||
React List Items Menu |João Mendes
|
React List Items Menu |[João Mendes](https://github.com/joaojmendes) ([@joaojmendes](https://twitter.com/joaojmendes))
|
||||||
|
|
||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ export default class ListItemsMenuWebPart extends BaseClientSideWebPart<
|
||||||
this.render();
|
this.render();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Apply btheme id in Teams
|
// Apply theme id in Teams
|
||||||
private _applyTheme = (theme: string): void => {
|
private _applyTheme = (theme: string): void => {
|
||||||
this.context.domElement.setAttribute("data-theme", theme);
|
this.context.domElement.setAttribute("data-theme", theme);
|
||||||
document.body.setAttribute("data-theme", theme);
|
document.body.setAttribute("data-theme", theme);
|
||||||
|
|
Loading…
Reference in New Issue