kaystrobach/toastr

Last activity 06 Jul 2021 2960
composer require kaystrobach/toastr

2.0.0

Version
2.0.0
Type
neos-package
Release Date
Jun 03, 2020 08:08
Source
git
Distribution
zip
Requires
MIT df096e70d844d87226d57303074f1922b219cac5

FLOW.Toastr

This 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>

The content of the readme is provided by Github
The same vendor provides 12 package(s).