Basaingeal / Razor.SweetAlert2

A Razor class library for interacting with SweetAlert2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example is incorrect

hannunkoneistus opened this issue · comments

Hi,

@onclick="(async () => await Swal.FireAsync("Any fool can use a computer"))">
should be
@onclick="@(async () => await Swal.FireAsync("Any fool can use a computer"))">

Being a Blazor new comer, it took me a while to figure out why it didn't work