Skip to content

Commit

Permalink
docs: fix DrawerBody scrollable type in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tqwewe committed Nov 19, 2024
1 parent 8991bc5 commit c3d8d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thaw/src/drawer/docs/mod.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ view! {
| Name | Type | Default | Description |
| ---------- | ------------------- | -------------------- | ---------------------------------------- |
| class | `MaybeProp<String>` | `Default::default()` | |
| scrollable | `Signal<bool>` | `true` | Allows the drawer body to be scrollable. |
| scrollable | `bool` | `true` | Allows the drawer body to be scrollable. |
| children | `Children` | | |

0 comments on commit c3d8d5c

Please sign in to comment.