NToastNotify icon indicating copy to clipboard operation
NToastNotify copied to clipboard

NO doucmenation on how to Apply styles

Open davidbuckleyni opened this issue 5 years ago • 2 comments

I have found what I kinda need to do but there is no doucmenation on how to do it

AddNToastNotifyToastr(new ToastrOptions() { ProgressBar = false, PositionClass = ToastPositions.TopRight, ToastClass="alert"}

How do I apply my class here, also this appears to be limiting if you look at tostr settings they appear to be more options for styling as this would only give me the red aleart style?

davidbuckleyni avatar Jul 23 '20 07:07 davidbuckleyni

Thanks, exactly what I needed!

SubLoadedZA avatar Mar 17 '22 15:03 SubLoadedZA

@nabinked Can you please explain how to apply custom styles? I need to completely change the look of the toast message.

ClassyCircuit avatar Oct 26 '22 10:10 ClassyCircuit