I have two sibling components in one page need to call second component function and pass some value onClick
event of first component link.
<my-container>
<sibling-component1></sibling-component1> // this has link to call function
<sibling-component2></sibling-component2> // this has function
</my-container>
code link : https://codepen.io/sandeep821/pen/aWQXZx?editors=1111