How do we pass a property from a parent component props to a child component? Technology Community › Category: React › How do we pass a property from a parent component props to a child component? 0 Vote Up Vote Down VietMX Staff asked 4 years ago For example: <ChildComponent someProp={props.someProperty} />