Home

Awesome

Elmish.SweetAlert Build Status Build status Nuget

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)

paket add Elmish.SweetAlert --project /path/to/Project.fsproj
npm install sweetalert2@8.19.0 --save
yarn add sweetalert2@8.19.0