Component - Preview annotation
The @Preview annotation in Android Kotlin is used to show a live preview of a composable UI function inside the Android Studio design editor. It helps developers see how their UI looks without running the app on a device or emulator.