All Projects → Zaid-Ajaj → Elmish.SweetAlert

Zaid-Ajaj / Elmish.SweetAlert

Licence: MIT License
SweetAlert integration for Fable, made with ❤️ to work in Elmish apps. https://zaid-ajaj.github.io/Elmish.SweetAlert/

Programming Languages

F#
602 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

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]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].