Bootwrap.FreeCode 1.0.3

dotnet add package Bootwrap.FreeCode --version 1.0.3
NuGet\Install-Package Bootwrap.FreeCode -Version 1.0.3
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="Bootwrap.FreeCode" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bootwrap.FreeCode --version 1.0.3
#r "nuget: Bootwrap.FreeCode, 1.0.3"
#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 Bootwrap.FreeCode as a Cake Addin
#addin nuget:?package=Bootwrap.FreeCode&version=1.0.3

// Install Bootwrap.FreeCode as a Cake Tool
#tool nuget:?package=Bootwrap.FreeCode&version=1.0.3

Using this script in your Bootstrap application allows for cleaner HTML forms. Simply write up your form as a series of label/input pairs in a fieldset, and this script will reorganize the tags and apply div wrappings and classes in common Boostrap formatting.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.3 5,405 3/3/2016
1.0.2 1,148 3/3/2016
1.0.1 1,309 2/12/2016
1.0.0 1,139 2/12/2016

Beta release 3.

Only tested in ASP.NET Websites using Bootstrap.
Expects jQuery, but will simply not run if jQuery is not defined.

Renders most ASP.NET user-input controls.
Supports distinct formatting on fieldsets.