Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.13 KB

Elmish.SweetAlert Build Status Build status Nuget

SweetAlert2 integration with Fable, made with ❤️ 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 [email protected] --save
yarn add [email protected]