Twitter BootStrap

Twitter BootStrap is a CSS framework that provides many common UI components in a responsive way that works for desktop and mobile devices.

The best place to learn about Bootstrap is the reference documentation that shows all the styles and component with cut and paste examples you can use in your HTML markup.

BootStrap Reference Documentation

Usage

The following CSS and scripts have to be added. Add CSS in head and script at the end of the document before the </body> tag.

<link href="~/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
<script src="~/bower_components/jquery/dist/jquery.min.js"></script>
<script src="~/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>

Web Connection and BootStrap

Web Connection uses BootStrap by default for its default templates and formatting, but it is not required that you use it. in your own applications. You can easily modify your styles and work without bootstrap, just keep in mind that the templates use it by default.


© West Wind Technologies, 1996-2024 • Updated: 02/01/16
Comment or report problem with topic