Proposal : a time parameter for alert components #1358
monsieurmerle
started this conversation in
Ideas
Replies: 2 comments 2 replies
|
It would be great to have a temporary notification system ! I'm not a huge fan of layout jumps: if the user was reading something after the alert and the alert disappears, the entire text moves up and disrupts them. I think the best way to handle this use case is with a separate "toast" component. I'll prototype that |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It would be interesting to have a time parameter for the alert component.
Input a value and when displayed, the alert disappears after the given amount of seconds. It could look like :
I do not know if this is possible or how difficult to implement, but it would be very useful.
All reactions