Twitter.Bootstrap 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Twitter.Bootstrap --version 2.0.0
                    
NuGet\Install-Package Twitter.Bootstrap -Version 2.0.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="Twitter.Bootstrap" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Twitter.Bootstrap" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Twitter.Bootstrap" />
                    
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 Twitter.Bootstrap --version 2.0.0
                    
#r "nuget: Twitter.Bootstrap, 2.0.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.
#addin nuget:?package=Twitter.Bootstrap&version=2.0.0
                    
Install Twitter.Bootstrap as a Cake Addin
#tool nuget:?package=Twitter.Bootstrap&version=2.0.0
                    
Install Twitter.Bootstrap as a Cake Tool

Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.

Nerd alert: Bootstrap is built with Less and was designed to work out of the gate with modern browsers in mind.

I've made some very minor adjustments from the repo release to allow for a more common ASP.Net web application directory structure.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (66)

Showing the top 5 NuGet packages that depend on Twitter.Bootstrap:

Package Downloads
WebApiRouteDebugger

ASP.NET Web API Route Debugger

Noodles.AspMvc.Templates

Noodles transforms your object model into a web app. Install this library to customise the cshtml template files, or if you don't want to use the EmbeddedResourceVirtualPathProvider to load your views

Noodles.AspMvc.DataTables

Noodles transforms your object modelinto a web app. This is a library to integrate Noodles with AJAX jquery datatables

bootstrap.slider

This library is developed by Seiyria, this package is just copy the library to nuget.

Noodles.AspMvc

Noodles transforms your object model into a web app. This assembly contains stuff to make Noodles work with ASP MVC

GitHub repositories (12)

Showing the top 12 popular GitHub repositories that depend on Twitter.Bootstrap:

Repository Stars
SignalR/SignalR
Incredibly simple real-time web for .NET
JabbR/JabbR
Collaborative chat done right
BlogEngine/BlogEngine.NET
Multi-User ASP.NET Blogging Application
edumentab/cqrs-starter-kit
A starter kit for working with CQRS and intentful testing.
filipw/apress-recipes-webapi
Samples from ASP.NET Web API 2: Recipes book.
rstropek/Samples
Sandra/Sandra.Snow
Jekyll inspired static site generation for .NET
TestStack/TestStack.Seleno
Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
jongio/AngularJS-WebApi-EF
AngularJS CRUD Grid with WebApi, EF, Bootstrap, Font Awesome & Toastr
restful-routing/restful-routing
A rails inspired restful routing api for asp .net mvc
otac0n/WebGitNet
WebGit .NET is an ASP.NET MVC app that provides access to your git repositories over HTTP. It supports browsing in a web browser AND push / pull over Git's "Smart HTTP protocol".
rgonek/Ilaro.Admin
Generic admin panel for ASP.NET MVC.
Version Downloads Last updated
3.0.1.1 2,752,667 11/1/2013
3.0.1 30,494 10/30/2013
3.0.0 437,600 8/19/2013
3.0.0-rc2 6,315 8/14/2013
3.0.0-rc1y 7,926 7/31/2013
3.0.0-rc1x 7,252 7/28/2013
2.3.2 1,218,360 5/17/2013
2.3.1 480,889 3/1/2013
2.3.0 211,943 2/13/2013
2.2.2 974,244 12/10/2012
2.2.1 140,583 10/31/2012
2.2.0 22,177 10/30/2012
2.1.1 264,138 9/7/2012
2.1.0.1 23,600 8/21/2012
2.0.4.1 45,057 6/3/2012
2.0.3 61,104 4/27/2012
2.0.2 29,991 3/13/2012
2.0.1 26,451 2/17/2012
2.0.0 10,697 2/1/2012
1.4.0 13,208 11/7/2011
1.3.0 4,401 9/30/2011
1.2.0 3,753 9/2/2011
1.1.1 3,883 8/26/2011
1.1.0 221,184 8/26/2011

-Docs: major updates across the board to general structure, examples, and code snippets. Also made responsive with new media queries.
-Docs: all docs pages are now powered by Mustache templates and strings are wrapped in i18n tags for translation by the Twitter Translation Center. All changes to documentation must be done here and then compiled (similar to our CSS and LESS).
-Repo directory structure: removed the compiled CSS from the root in favor of a large direct download link on the docs homepage. Compiled CSS is in /docs/assets/css/.
-Docs and repo: one makefile, just type make in the Terminal and get updated docs and CSS.
- Upgrading from 1.4 https://twitter.github.com/bootstrap/upgrading.html