Elmish.SweetAlert [](https://travis-ci.org/Zaid-Ajaj/Elmish.SweetAlert) [](https://ci.appveyor.com/project/Zaid-Ajaj/elmish-sweetalert) [](https://www.nuget.org/packages/Elmish.SweetAlert)
July 8, 2021 ยท View on GitHub
SweetAlert2 integration with Fable, made with :heart: to work with Elmish commands.
Live Demo Application with Examples
Installation Using Femto
If you happen to use Femto, then it can install everything for you in one go
cd ./path/to/project
femto install Elmish.SweetAlert
Installation (manual)
- Install this library from nuget
paket add Elmish.SweetAlert --project /path/to/Project.fsproj
- Install sweetalert2 from npm (version 8.x)
npm install sweetalert2@8.19.0 --save
yarn add sweetalert2@8.19.0