What type of issue is this?
Question
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
No response
Issue description
I was wondering if we're allowed to use Microsoft's shared components like File Picker and Live Persona Card?
I see that Live Persona Card used by PnP Controls re-using the Microsoft's component from shared library, basically requesting the library and rendering the LPC, something like this:
await SPComponentLoader.loadComponentById(LIVE_PERSONA_COMPONENT_ID);
Is it OK if I load the File Picker component the same way as PnP controls loads LPC card and just re-use it?
We've got our own versions of LPC and File Picker, but these components changed so much we can't keep up with everything.
My idea is to re-use built-in components for better user experience.
So to summarize, is it OK to use or is it not allowed?
What type of issue is this?
Question
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
No response
Issue description
I was wondering if we're allowed to use Microsoft's shared components like File Picker and Live Persona Card?
I see that Live Persona Card used by PnP Controls re-using the Microsoft's component from shared library, basically requesting the library and rendering the LPC, something like this:
Is it OK if I load the File Picker component the same way as PnP controls loads LPC card and just re-use it?
We've got our own versions of LPC and File Picker, but these components changed so much we can't keep up with everything.
My idea is to re-use built-in components for better user experience.
So to summarize, is it OK to use or is it not allowed?