Q. How do you pass props to a component in React?
β
Correct Answer: (B)
Using the `props` object
Explanation: Props are passed to components via attributes and accessed via the `props` object.