Is there a way to restrict users in Salesforce to using only one instance of a Lightning Web Component?
I am new to Salesforce Lightning Web Components and looking for a solution to limit the number of instances a user can create through either permissions or code.
The desired outcome is that only one LWC instance should be visible, allowing the user to drag and drop it only once to fulfill the requirement.