Twitter.Bootstrap
2.0.1
See the version list below for details.
dotnet add package Twitter.Bootstrap --version 2.0.1
NuGet\Install-Package Twitter.Bootstrap -Version 2.0.1
<PackageReference Include="Twitter.Bootstrap" Version="2.0.1" />
paket add Twitter.Bootstrap --version 2.0.1
#r "nuget: Twitter.Bootstrap, 2.0.1"
// Install Twitter.Bootstrap as a Cake Addin #addin nuget:?package=Twitter.Bootstrap&version=2.0.1 // Install Twitter.Bootstrap as a Cake Tool #tool nuget:?package=Twitter.Bootstrap&version=2.0.1
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.
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 (14)
Showing the top 5 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.
|
Version | Downloads | Last updated |
---|---|---|
3.0.1.1 | 2,615,416 | 11/1/2013 |
3.0.1 | 28,488 | 10/30/2013 |
3.0.0 | 419,332 | 8/19/2013 |
3.0.0-rc2 | 6,199 | 8/14/2013 |
3.0.0-rc1y | 7,762 | 7/31/2013 |
3.0.0-rc1x | 7,031 | 7/28/2013 |
2.3.2 | 1,142,722 | 5/17/2013 |
2.3.1 | 463,733 | 3/1/2013 |
2.3.0 | 208,863 | 2/13/2013 |
2.2.2 | 929,830 | 12/10/2012 |
2.2.1 | 137,178 | 10/31/2012 |
2.2.0 | 21,409 | 10/30/2012 |
2.1.1 | 247,544 | 9/7/2012 |
2.1.0.1 | 23,213 | 8/21/2012 |
2.0.4.1 | 43,331 | 6/3/2012 |
2.0.3 | 57,757 | 4/27/2012 |
2.0.2 | 29,175 | 3/13/2012 |
2.0.1 | 23,880 | 2/17/2012 |
2.0.0 | 10,479 | 2/1/2012 |
1.4.0 | 13,060 | 11/7/2011 |
1.3.0 | 4,272 | 9/30/2011 |
1.2.0 | 3,625 | 9/2/2011 |
1.1.1 | 3,750 | 8/26/2011 |
1.1.0 | 205,965 | 8/26/2011 |
Previously the docs called for use of .control-label in the examples, but the CSS didn't make clear use of it. This class is required for horizontal forms and has been reflected in the CSS.
We've tried our best to improve rendering of buttons and icons across all browsers. Some issues remain; Firefox throws an !importanton line-height for inputs, so that's the big one.
We refined the label component style to move away from uppercase.
Added the black button option, .btn-inverse.
Added a mini button class, .btn-mini.
We had to re-add the protocol, http: to the HTML5 schim because IE7-8 wouldn't recognize it, dropping some HTML5 support for those browsers and introducing major performance issues.
Resolved some issues with responsive layouts where media queries would overlap at 768px and 980px.
Rearranged Scaffolding docs page to split fixed and fluid grid systems.
Tons of docs updates for typos and language changes.