Posts by MSpilari06 • 1 point
1 post
-
-2
votes2
answers43
viewsQ: Passing specific attributes to a component in React
Hello, I have a question about how to use attributes in a component created in React. Imagine that I created the following component: const AnimatedInput = ({ label, type }) => { return ( <div…