🌈 Create new beautiful Compose Gradients with our new wesite ->

WideNavigationRailItem

Kotlin
@Composable
fun WideNavigationRailItemSample() {
    WideNavigationRailItem(
        selected = true,
        onClick = {},
        icon = { Icon(Icons.Filled.Home, contentDescription = null) },
        label = { Text("Home") },
        railExpanded = true,
    )
}