Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty authored Jul 22, 2023
1 parent 1f0f1d8 commit 9353bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Blazored Toast
This is a JavaScript free toast implementation for [Blazor](https://blazor.net) and Razor Components applications. It supports icons that are either specified by class name (such as fontawesome) or by a specified element (Material Design).

[![Nuget version](https://img.shields.io/nuget/v/Blazored.Toast.svg?logo=nuget)](https://www.nuget.org/packages/Blazored.Toast/)
[![Nuget downloads](https://img.shields.io/nuget/dt/Blazored.Toast?logo=nuget)](https://www.nuget.org/packages/Blazored.Toast/)
![Build & Test Main](https://github.com/Blazored/Toast/workflows/Build%20&%20Test%20Main/badge.svg)

![Nuget](https://img.shields.io/nuget/v/blazored.toast.svg)

![Screenshot of component in action](screenshot.png)

## Getting Setup
Expand Down

1 comment on commit 9353bb8

@sdsanchezm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By default, you don't need to provide any settings

It actually needs a basic config, otherwise webassembly will trigger an error.

Please sign in to comment.