Toast
Toast copied to clipboard
A JavaScript free toast library for Blazor and Razor Component applications
when I set the position to bottomright, for example. on a large screen, its css is like bottom=2rem, but when it has a mobile resolution (chrome emulation on the laptop),...
- Updated to net6.0 . Compiles and tests succeed. Resolves #160 - Removed System.Timers.Timer with PeriodicTimer (has no Callbacks). - Changed to file-scoped namespace where I stumbled upon.
I would like to set the timeout value to a different default for each level. Some levels are arguably more important, so for example, warnings could be set a longer...
Use Tailwind CSS to style the component and remove the hand written styles that currently exist. However, keep the existing class names in order to not break people.
Would love to see the ability to change the position of the toast when showing it. I know there are times I would like to move it from the lower...
**Is your feature request related to a problem? Please describe.** I'm trying to show the user a time-constrained action they can take. I'm trying to use Blazored.Toast for this by...
**Is your feature request related to a problem? Please describe.** Let's assume the toast message requires taking action - like clicking a button, or copying some text out from it....
**Is your feature request related to a problem? Please describe.** No, it is not related to a problem. **Describe the solution you'd like** I have read issue #74 and I...
I had kind of taken a guess that if I went into the mainlayout where I have: `` and added something like the following to the code behind: ``` protected...