Blazored / Toast

A JavaScript free toast library for Blazor and Razor Component applications
https://blazored.github.io/Toast/
MIT License
663 stars 92 forks source link

[Question] Markup in Messages #111

Closed scottkuhl closed 3 years ago

scottkuhl commented 3 years ago

Is there a way to display line breaks and other markup in toast messages?

chrissainty commented 3 years ago

Hi @scottkuhl. You can pass arbitrary mark-up to the component in the form of a render fragment. Checkout the sample applications for an example.