function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sai ramsai ram 

how to pass multiple values from parent componnt to child component

Hi Iam working with lwc component i am reciving response in my parent component based on response i need to pass values from parent to child how can achieve this
VinayVinay (Salesforce Developers) 
Hi Sai,

Review below links which has working examples of passing data from parent to child component.

https://salesforcediaries.com/2019/07/24/lwc-communication-part-1-passing-data-from-parent-to-child-component/
https://salesforcediaries.com/2019/08/07/lwc-communication-part-2-passing-data-from-child-to-parent-in-lwc/

Thanks,
Vinay Kumar