KwikTabItem

constructor(title: String? = null, counter: Int = 0, icon: Any? = null, content: @Composable () -> Unit)

Parameters

title

The title of the tab

counter

The counter to display on the tab

icon

The icon to display on the tab. Can be a drawable resource, a vector resource or a url

content

The content to display when the tab is selected