# Alert
```rust demo
view! {
"success"
"warning"
"error"
}
```
### Alert Props
| Name | Type | Default | Description |
| -------- | ----------------------------------- | -------------------- | ----------------------------------------- |
| class | `OptionalProp>` | `Default::default()` | Additional classes for the alert element. |
| title | `Option>` | `Default::default()` | Title of the alert. |
| variant | `MaybeSignal` | | Alert variant. |
| children | `Children` | | The content of the alert. |