Bootbox.Bootstrap 4.0.1.1

dotnet add package Bootbox.Bootstrap --version 4.0.1.1
NuGet\Install-Package Bootbox.Bootstrap -Version 4.0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bootbox.Bootstrap" Version="4.0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bootbox.Bootstrap --version 4.0.1.1
#r "nuget: Bootbox.Bootstrap, 4.0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bootbox.Bootstrap as a Cake Addin
#addin nuget:?package=Bootbox.Bootstrap&version=4.0.1.1

// Install Bootbox.Bootstrap as a Cake Tool
#tool nuget:?package=Bootbox.Bootstrap&version=4.0.1.1

Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Twitter’s Bootstrap modals, without having to worry about creating, managing or removing any of the required DOM elements or JS event handlers.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.1.1 81,297 9/10/2013
4.0.1 1,263 9/10/2013

Bootstrap 3.0.0 compatibility
Complete rewrite (and new public API)
Use strict mode
Add close buttons to wrapper methods (GH-92)
Allow dialog titles to be specified (GH-51, GH-112)
Allow optional extra class on dialog wrapper (GH-116)
Fix backdrop: true not firing close handler (GH-77)
Replace various configuration methods with one setDefaults