Material 3 Nav Rail

Barra de navegación vertical para tablets y pantallas grandes en Android.

Jetpack Compose Implementation

NavigationRail {
    NavigationRailItem(
        icon = { Icon(Icons.Filled.Home, contentDescription = null) },
        label = { Text("Home") },
        selected = true,
        onClick = { }
    )
    NavigationRailItem(
        icon = { Icon(Icons.Filled.Search, contentDescription = null) },
        label = { Text("Search") },
        selected = false,
        onClick = { }
    )
}
Oferta Limitada

Lleva tu Productividad al Siguiente Nivel

Únete a nuestra comunidad Premium y accede a herramientas exclusivas, procesamiento ilimitado y soporte prioritario.