Component - MockK for mocking
This UI component shows a simple Android screen with a button and a text label. The button triggers a mocked function call using MockK, and the label updates based on the mocked response. It helps beginners understand how mocking works in Kotlin Android apps.