An employee of the month web part for SharePoint

You want to spotlight one person on the intranet each month. Their photo, their name, and a line about why. Here is a web part for it.

Employee of the month web part showing a spotlight card with photo and citation on SharePoint
A spotlight card for the person of the month.

It reads a SharePoint list. The list needs a Person column Employee, a text column EomMonth for the month, and a note column Citation for the few words about them. The name and photo come from the Person column, so you do not type those. The Provision-IntranetLists.ps1 script creates the EmployeeOfMonth list.

Employee of the Month property pane showing the recognition list and layout
Point it at the list, pick a layout, done.

In the property pane you point it at the list, choose a layout, and set how many people to show, with the latest one featured. Add a new row each month and the card updates itself.

Employee of the Month is part of my open source SPFx Intranet Suite, a set of web parts for a modern SharePoint intranet. Install the package once and it shows up in the toolbox under Intranet Suite.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.