Introduction
Props let you send information to components so they can show different things. It is like giving a friend a note with instructions.
You want to show a greeting with a person's name.
You need to reuse a button but with different labels.
You want to display a list of items with different details.
You want to customize a component's color or style from outside.