Knockstrap 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Knockstrap --version 1.1.0
                    
NuGet\Install-Package Knockstrap -Version 1.1.0
                    
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="Knockstrap" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Knockstrap" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Knockstrap" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Knockstrap --version 1.1.0
                    
#r "nuget: Knockstrap, 1.1.0"
                    
#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.
#:package Knockstrap@1.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Knockstrap&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Knockstrap&version=1.1.0
                    
Install as a Cake Tool

Knockout bindings to Twitter Bootstrap 3

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Knockstrap:

Package Downloads
FragCodeWebStarterPack

Starter pack for ASP.NET MVC5. Include: jQuery, Bootstrap, FluentBootstrap, Knockout, Knockstrap, SignalR, Knockout Validation, Knockout-select2

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.1 21,204 12/12/2020
1.4.0 99,027 7/14/2017
1.3.2 24,796 2/26/2016
1.3.1 3,686 12/3/2015
1.3.0 4,805 9/25/2015
1.2.1 5,890 3/19/2015
1.2.0 4,667 12/15/2014
1.1.0 5,034 10/9/2014
1.0.0 3,153 7/7/2014
0.4.0 2,743 4/28/2014
0.3.0 1,756 3/30/2014

-Added possibility to use popover binding with other bindings on same element and with other bindings on child elements
-Added support of close button via 'data-dismiss="popover"' for popover binding
-Made visible property optional for modal binding
-Added possibility of using observable header, body and footer properties to modal binding
-Added possibility to obtain added templates from stringTemplateEngine
-Added possibility to provide different options for progress-bar in progress binding
-Added possibility to change default css and attributes of root element for modal, progress and carousel bindings