# Divider
```rust demo
view! {
"top"
"bottom"
}
```
### Divider Props
| Name | Type | Default | Desciption |
| ----- | --------------------- | -------------------- | ------------------------------------------ |
| class | `MaybeSignal` | `Default::default()` | Addtional classes for the divider element. |