CynoteckLabs / CTK-LightningComponentSupport

Provide support space for Lightning Components Support
0 stars 0 forks source link

Can we use the package LWC in our custom component? #13

Open umer95 opened 3 weeks ago

umer95 commented 3 weeks ago

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?

mk8837 commented 3 weeks 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: CTK_EmbedLWC

Let us know if still have query/concern