Package-level declarations

Functions

Link copied to clipboard
fun EmptyState(title: String, modifier: Modifier = Modifier, message: String? = null, icon: @Composable () -> Unit? = null, actionText: String? = null, onAction: () -> Unit? = null)

Estado vacío: pantalla centrada con título, mensaje y acción opcional. Útil para listas sin resultados, pantallas sin contenido, etc.

Link copied to clipboard
fun ErrorState(title: String, onRetry: () -> Unit, modifier: Modifier = Modifier, message: String? = null, retryText: String = "Reintentar")

Estado de error: pantalla centrada con mensaje y botón de reintentar.