What are props in Vue.js?

Props are custom attributes used to pass data from a parent component to a child component. Define them in the child component to access them.