New PCF Metadata virtual controls

Recently, while working on a project that needed to get metadata information for different entities, I decided to build a set of PCF controls that would provide me the functionality that I was looking for. There was already a set of controls available, but these were created a while back before Fluent UI virtual controls were really a thing, and with the capabilities of Github Copilot in VS Code, building these controls made the process much simpler.

Creating a new Virtual PCF with Fluent UI version 9

In a recent project a needed to create a PCF control, to display a notification within the form. The MessageBar Fluent UI v9 component provided the functionality that we were looking for, so we decided to go ahead and take advantage of that. The PCF Builder extension for Visual Studio …