-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
sharepoint-developer-supportsharepoint-developer-supportsharepoint-developer-supportstatus:answeredAnswer to a question.Answer to a question.
Description
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
- 💥 Internet Explorer
- 💥 Microsoft Edge
- 💥 Google Chrome
- 💥 FireFox
- 💥 Safari
- mobile (iOS/iPadOS)
- mobile (Android)
- not applicable
- other (enter in the "Additional environment details" area below)
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
sharepoint-developer-supportsharepoint-developer-supportsharepoint-developer-supportstatus:answeredAnswer to a question.Answer to a question.