thaw/demo_markdown/docs/divider/mod.md

16 lines
402 B
Markdown
Raw Normal View History

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