react passing props to two children code example
Example: passing multiple props to child component in react
<ChildComponentName value1={this.state.value1} value2={this.state.value2}/>
<ChildComponentName value1={this.state.value1} value2={this.state.value2}/>