Reusable components, like any other UI library or framework is encapsulating pieces of logic and interface blocks which can be reused having to write the same code in multiple places.
In .NET MAUI terminologies this is a UserControl and we can use the same logic and design anywhere in an app by rendering the <ss:RatingInput ... /> control.