MdNavigationBar

@Composable
fun MdNavigationBar(activeIndex: Int? = null, hideInactiveLabels: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable ElementScope<HTMLElement>.() -> Unit?)(source)