kaystrobach/toastr
composer require kaystrobach/toastr
2.2.0
Readme excerpt
FLOW.ToastrThis Package converts the flow flashmessages into toastr messages.
http://codeseven.github.io/toastr/
To use it just provide jQuery in your template and use:
{namespace toastr=KayStrobach\Toastr\ViewHelpers} <toastr:ToastrFlashMessages /> additionally you need the following in your header <link href="https://raw.githubusercontent.com/kaystrobach/FLOW.Toastr/master/{f:uri.resource(path:'Contrib/Toastr/toastr.css', package:'KayStrobach.Toastr')}" rel="stylesheet"> <script src="https://raw.githubusercontent.com/kaystrobach/FLOW.Toastr/master/{f:uri.resource(path:'Contrib/Toastr/toastr.js', package:'KayStrobach.Toastr')}"></script>…Read more
The same vendor provides 13 package(s).