Kudos recognition web part on SharePoint

A kudos and recognition web part for SharePoint

You want people to thank each other on the intranet. A simple form to send kudos, and a wall that shows the recent ones. Here is a web part that does both.

Kudos web part showing a give-kudos form and a recognition wall on SharePoint
A give-kudos form and a recognition wall in one web part.

It reads and writes a SharePoint list. The list needs a Title column, a note column KudosMsg for the message, and two Person columns ToPerson and FromPerson. The Provision-IntranetLists.ps1 script creates the Kudos list for you.

Kudos property pane showing layout, avatar and the Kudos list setting
Set the layout, avatars or initials, and the list to read.

The form uses a people picker to choose who you are thanking, and the recognition wall reads the person columns to show names and photos. In the property pane you set the layout, whether to show avatars or initials, and how many kudos to show on the wall.

Kudos 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.