component InlineAlert { props { label = "Inline" title = "" description = "" value = "" variant = "default" class = "" } view { } }