thaw/demo_markdown/docs/divider/mod.md

16 lines
444 B
Markdown
Raw Normal View History

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