kaystrobach/toastr

Maintainers

Package info

github.com/kaystrobach/FLOW.Toastr

Language:JavaScript

Type:neos-package

pkg:composer/kaystrobach/toastr

Statistics

Installs: 8 936

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

2.2.0 2023-09-13 12:03 UTC

This package is auto-updated.

Last update: 2026-03-13 17:25:51 UTC


README

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="{f:uri.resource(path:'Contrib/Toastr/toastr.css', package:'KayStrobach.Toastr')}" rel="stylesheet">
	<script src="{f:uri.resource(path:'Contrib/Toastr/toastr.js', package:'KayStrobach.Toastr')}"></script>