Carbon Compose
Toggle table of contents
v0.6.0
common
Platform filter
common
Switch theme
Search in API
Carbon Compose
carbon
/
com.gabrieldrn.carbon.breadcrumb
/
Breadcrumb
Breadcrumb
data
class
Breadcrumb
(
val
label
:
String
,
val
isEnabled
:
Boolean
=
true
)
Represents a breadcrumb.
Parameters
label
The label of the breadcrumb.
is
Enabled
Whether the breadcrumb is enabled or not.
Members
Constructors
Breadcrumb
Link copied to clipboard
constructor
(
label
:
String
,
isEnabled
:
Boolean
=
true
)
Properties
is
Enabled
Link copied to clipboard
val
isEnabled
:
Boolean
=
true
label
Link copied to clipboard
val
label
:
String