component StatusBanner { props { class: string = "" type = "info" title = "" description = "" actionLabel = "" actionHref = "" dismissible = true compact = false details = [] } state visible = true view { } }