Releases: TheBestTvarynka/yew-notifications
Releases · TheBestTvarynka/yew-notifications
v.0.2.0
There are only some small improvements.
Now the user doesn't need to copy stylesheet files into the project. Now all needed styles are embedded into the library components 🔥. See #9 for more details.
Other changes:
The crate has been published to crates.io: https://crates.io/crates/yew-notifications 🥳 🎊
v.0.1.0 The first release
Notifications components library for Yew. It's like react-toastify but for yew and simpler (so far 😏).
This is the first big release of this library. Only basic features have been implemented.
- Written in Rust 🦀 for the yew ✨ framework
- Documentation: https://yn-docs.qkation.com/yew_notifications/index.html
- Demo: https://yn-docs.qkation.com/examples/basic/index.html
Where is it already used?
For more information, check the README.md
file in the repo.