Forum Discussion
PersonaCard in SPFx Webparts
- Dec 03, 2018Hi ,
Can you try my blog, I have created workaround solution.
https://anil-lakhagoudar.blogspot.com/2018/12/sharepoint-online-live-persona-card-in.html
Hi Björn,
I would recommend you take a look at the Office UI Fabric. More specifically the FacePile example.
https://developer.microsoft.com/en-us/fabric-js/components/facepile/facepile
Regarding your other question you can use SPFX on classic. Refer to https://sharepoint.stackexchange.com/questions/220698/sharepoint-framework-with-classic-view/220701
Hi Frank, thanks for your answer.
Actually we are allready using UI Fabric components to ensure a native look and feel of our webparts (on modern and classic pages)
But as long as I understand UI Fabric is just for layout, not for content. Means, of course I am able to render a persona card layout with this, but I have to keep care of all the contents (from graph, azure ad, outlook) by myself. Best way to get around this is to call some kind of standard SPO function which accepts a userId and renders the default persona card with all its content ?!
- Chris VeneboerNov 23, 2018Copper Contributor
Did you find a solution for this? I'm stuck on the same problem.