Component - Sealed classes
This UI component demonstrates how sealed classes in Kotlin help manage different states in an Android app screen. It shows a simple screen that changes its message based on the current state, which is represented by sealed class types.