Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.navigation
Package-level
declarations
Functions
Functions
Breadcrumb
Link copied to clipboard
@
Composable
fun
Breadcrumb
(
size
:
Int
,
onNavigate
:
(
Int
)
->
Unit
,
titleProvider
:
(
Int
)
->
String
,
modifier
:
Modifier
=
Modifier
,
iconProvider
:
(
Int
)
->
ImageVector
?
?
=
null
,
key
:
(
Int
)
->
Any
?
=
null
,
padding
:
PaddingValues
=
Theme.padding.value
,
activeColor
:
Color
=
Theme.color.primary
)
Tab
Bar
Link copied to clipboard
@
Composable
fun
TabBar
(
size
:
Int
,
index
:
Int
,
onNavigate
:
(
Int
)
->
Unit
,
titleProvider
:
(
Int
)
->
String
,
modifier
:
Modifier
=
Modifier
,
iconProvider
:
(
Int
)
->
ImageVector
?
?
=
null
,
enabledProvider
:
(
Int
)
->
Boolean
?
=
null
,
key
:
(
Int
)
->
Any
?
=
null
,
padding
:
PaddingValues
=
Theme.padding.value9
,
style
:
TextStyle
=
LocalStyle.current.bold
,
activeColor
:
Color
=
Theme.color.primary
,
onLongClick
:
(
Int
)
->
Unit
?
=
null
)