-
Notifications
You must be signed in to change notification settings - Fork 0
tabs
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.components.tv/Tabs
[androidJvm]\
fun Tabs(modifier: Modifier = Modifier, items: List<Any?> = listOf(Unit, Unit, Unit), fontSize: TextUnit = 12.sp, itemsSpacing: Dp = 8.dp, activeContentColor: Color = Color.Green, selectedContentColor: Color = Color.White, focusedContentColor: Color = Color.White, interactionSource: MutableInteractionSource = rememberMutableInteractionSource(items), onItemClick: (item: Any?) -> Unit? = null)