1
Hi, I’m new to React and I have a question about property sharing. For example, I want to have a parent component that will have a property "Visible", and I want to share it with all my child components so that I can use it this way, for example:
CustomInput visible="true";
CustomDropDown visible="false";
I would like to know how best to do this, while respecting good practice. I appreciate the help!
Thank you very much Sergio, it worked perfectly!!!
– Felipe Oliveira
@Felipeoliveira!
– Sergio