Introduction
Props let you send information from one part of your app to another. This helps different parts work together and show the right data.
You want to show a user's name inside a greeting message component.
You need to reuse a button component but with different labels.
You want to pass a color choice to a box component to change its background.
You want to send a number to a counter component to start counting from that number.