How to pass multiple links to a component
Hi ! In my app, I use components that contains multiple links and I want these links to be configurable in its parent component.
I just want to pass links props to a child component that will create links with these props.
What is the best way to do that ?
Thank you !
0 Replies