component Breadcrumb { props { @event navigate = function @event click = function size = "default" color = "primary" label = "Breadcrumb" items = [] active = "" orientation = "horizontal" class = "" } view { } }