An FAQ accordion web part for SharePoint
You keep answering the same questions on the intranet. How do I book a room, how do I reset my password, when is payday. Put them in one place people can expand. Here is a web part for it.

It reads a SharePoint list. The question is the Title, the answer is a note column FaqAnswer, and an optional text column FaqCategory shows a small tag next to each one. The Provision-IntranetLists.ps1 script creates the FAQ list.

In the property pane you point it at the FAQ list and choose a layout. Each row becomes one item in the accordion that opens to show its answer. It runs on sample data until you turn that off.
The FAQ Accordion 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.