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