Toast icon indicating copy to clipboard operation
Toast copied to clipboard

A JavaScript free toast library for Blazor and Razor Component applications

Results 36 Toast issues
Sort by recently updated
recently updated
newest added

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),...

Bug
Triage

- 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...

Feature
Needs: Design

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.

Maintenance

Remove `netstandard2.1` target and replace with `net6.0` target.

Maintenance

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...

Feature Request
Triage

**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...

Feature
Needs: Design

**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....

Feature Request
Triage

**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...

Feature Request
Triage

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...

Question
Triage