component Alert { props { title = "Notice" description = "" variant = "info" dismissible = false } state visible = true view { } }