Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Feb 4, 2024
1 parent 76db308 commit 37da6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Incorporating Yew Alert into your application is easy. Follow these steps:
| Name | Type | Default Value | Description |
| --- | --- | --- | ----- |
| `message` | `&'static str` | `""` | The message content of the alert. |
| `show_alert` | `UseStateHandle<bool>` | `UseStateHandle::new(false)` | State to control the visibility of the alert.|
| `show_alert` | `UseStateHandle<bool>` | - | State to control the visibility of the alert.|
| `timeout` | `u32` | `2500` | The duration in milliseconds before the alert automatically closes.|
| `title` | `&'static str` | `"Info"` | The title of the alert. |

Expand Down

0 comments on commit 37da6d3

Please sign in to comment.