Knockstrap 1.0.0
See the version list below for details.
dotnet add package Knockstrap --version 1.0.0
NuGet\Install-Package Knockstrap -Version 1.0.0
<PackageReference Include="Knockstrap" Version="1.0.0" />
paket add Knockstrap --version 1.0.0
#r "nuget: Knockstrap, 1.0.0"
// Install Knockstrap as a Cake Addin #addin nuget:?package=Knockstrap&version=1.0.0 // Install Knockstrap as a Cake Tool #tool nuget:?package=Knockstrap&version=1.0.0
Knockout bindings to Twitter Bootstrap 3
Learn more about Target Frameworks and .NET Standard.
-
- Bootstrap (>= 3.0.0)
- jQuery (>= 1.9.0)
- knockoutjs (>= 2.3.0)
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.
-Fixed popover positioning, when template is used
-Fixed not changing template, when popover is opened
-Added possibility to add new string-based templates dynamically
-Added possibility to change default template engine for default templates of Knockstrap bindings
-Rewrote stringTemplateEngine implementation
-Added tests for stringTemplateEngine
-Added possibility to change default template engine for header, footer and body in modal binding
-Added possibility to pass modal options via data-attributes
-Reorganized and updated documentation
-Added travis-ci support