iced-rs/iced

Toast widget

Open

#485 opened on Aug 18, 2020

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Rust (30,491 stars) (1,572 forks)batch import
featuregood first issuehelp wantedwidget

Description

Hello! Would you consider accepting an implementation for a Toast widget? Per my understanding it would be possible to implement one relatively easy using the new overlay API, but my experience with iced is 2000 lines of "iced code".

I could use one in my application to display some messages/errors and I'd be glad to do the implementation myself if you could guide me a bit through the process with a series of bullet points of what needs to be done.

Thanks!

Contributor guide