Component - Coroutines for async networking
This UI component demonstrates how to use Kotlin coroutines to perform asynchronous network calls without blocking the main thread. It shows a button to start loading data and a text area to display the result or loading status.