Open umer95 opened 5 months ago
Hi @umer95
Yes, you can use our Lightning Web Component (LWC) inside your custom LWC and pass values between them.
For that you can just embed our component within your lwc as shown in attached screenshot:
Let us know if still have query/concern
I want to use your package LWC from a custom LWC. Is there a way that instead of passing the values for 'Title', 'Object' and 'Filter' I pass these values from a custom component and show the related list inside my custom LWC?