SweetAlert2 integration with Fable, made with ❤️ to work with Elmish commands.
Live Demo Application with Examples
If you happen to use Femto, then it can install everything for you in one go
cd ./path/to/project
femto install Elmish.SweetAlert
- Install this library from nuget
paket add Elmish.SweetAlert --project /path/to/Project.fsproj
- Install sweetalert2 from npm (version 8.x)
npm install [email protected] --save
yarn add [email protected]