sp-dev-fx-webparts/samples/react-staff-directory-sp2019
Hugo Bernier f40cdcdfd2
Added links to compatibility matrix
2022-10-17 10:21:52 -04:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
assets new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
config new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
release/assets new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
src new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
.eslintrc.json new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
.gitignore new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
README.md Added links to compatibility matrix 2022-10-17 10:21:52 -04:00
gulpfile.js new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
package-lock.json new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
package.json new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
tsconfig.json new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00

README.md

Compatibility

This sample is designed to be used in the following enviroments:

page_type: sample products:

  • office-sp languages:
  • javascript
  • typescript extensions: contentType: samples technologies:
    • SharePoint Framework
    • Msgraph
    • Fluent UI React Controls platforms:
    • React createdDate: 4/9/2020 12:00:00 AM

Staff Directory (Search Directory) Version 2019

Summary

This web part shows the current user's colleagues, and allows the user to search AD directory, The user can configure the properties to show when expand the user card.

staff staff

Compatibility

SPFx 1.4.1 Node.js v10 SharePoint 2019 | Online Teams No: Not designed for Microsoft Teams Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

For more information about SPFx compatibility, please refer to https://aka.ms/spfx-matrix

Applies to

SharePoint Framework

Solution

Solution Author(s)
react-staff-directory-sp2019 João Mendes (joaojmendes)

Version history

Version Date Comments
1.0.0 May 22, 2021 Initial release

Minimal Path to Awesome

Please follow all the steps:

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
  • Add and deploy package to your tenant's App Catalog

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.