1.0.4 • Published 6 years ago

smallorange-toastr v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Simple and beautiful toastr.

Usage

	import toastr from 'smallorange-toastr';
	import 'smallorange-toastr/style.css';

	toastr(text: string, time: number, footerText: string);
	toastr.info(text: string, time: number, footerText: string);
	toastr.error(text: string, time: number, footerText: string);
	toastr.warning(text: string, time: number, footerText: string);
	toastr.success(text: string, time: number, footerText: string);

	window.toastr(text: string, time: number, footerText: string);
	window.toastr.info(text: string, time: number, footerText: string);
	window.toastr.error(text: string, time: number, footerText: string);
	window.toastr.warning(text: string, time: number, footerText: string);
	window.toastr.success(text: string, time: number, footerText: string);
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago