Category Archives: Bootstrap

Bootstrap Registration Page Templates


Bootstrap Registration Page Templates Sample Download: Here We are going to create some basic and advanced ready to use register templates in Bootstrap. All of these templates are single page register templates which you can use simply anywhere.

You can also see online demo and download them.


Bootstrap Registration Page Templates Sample Download

Login Page Gallery List-

Basic Registration Templates

Bootstrap Login Template Download
Basic Register Template

Basic Register Template Sample 1 built with Bootstrap framework.

Bootstrap Registration Template Free Download
Basic Login Template

Basic Registration Page template built with Boostrap.


Basic Login Template 3

Basic Registration Page template 3 built with Boostrap.


Basic Login Template 4

Basic Registration Page template 4 built with Boostrap.

Bootstrap Disable Enable button jQuery


Bootstrap Disable Enable button jQuery : There are many ways to enable and disable the bootstrap buttons. Bootstrap provides .disable class to display the disabled state. Here in this tutorial we are going to explain how you can enable/disable the buttons using the jQuery. We will explain this functionality with example and demo.


Bootstrap Disable Enable button jQuery

You can disable and enable the button in bootstrap using the jquery as below –

Disable Example-

You can disable the bootstrap button simply as below –

Bootstrap Disable Enable button jQuery : Disable Example




Try it »

If run the above example it will produce the following output like this-

Bootstrap Disable Enable button jQuery

Enable Button

You can enable the disabled button simply as below –

Bootstrap Enable button jQuery : Example




Try it »

If run the above example it will produce the following output like this-

Bootstrap Disable Enable button

Bootstrap Panels


Bootstrap Panels : A Panel in bootstrap is basically a box with some styles like border , padding etc. Bootstrap provides predefined boxes which are known as panel. We often need to show data in box with some padding and border for this bootstrap panel component becomes very useful. Bootstrap panel component provides many types of panel. We are going to explain panels with example and demo.


Bootstrap Panels

Here is very basic panel –

Basic Panel

Hi I Am Basic Panel

Try it »

If you run the above example it will produce output like this –

Bootstrap Panels

Bootstrap Panel Heading

.panel-heading is used to add heading in panel.

Basic Panel

My Heading
Hi I Am Basic Panel With Heading.

Try it »

If you run the above example it will produce output like this –

bootstrap panel heading

Bootstrap Panel Footer

.panel-footer is used to add footer in panel.

Basic Panel With Footer

My Heading
Hi I Am Basic Panel With Heading.

Try it »

If you run the above example it will produce output like this –

Panel With Footer

Bootstrap Panel Group

You can make group of panels by adding a wrapper div with class .panel-group.
Here is an example of panel group-

Panel Group Example-

My Heading 1
Hi I Am Basic Panel With Heading.
My Heading 2
Hi I Am Basic Panel With Heading.

Try it »

The above example will produce following output-

Bootstrap panel group

Bootstrap Panels with Contextual Classes

Bootstrap provides contextual classes to add color in panels which represents different states.
Here are available classes for panel state –

  • .panel-default – Represents Default States
  • .panel-primary – Primary State
  • .panel-success – Represents Success Message
  • .panel-info – Represents Information
  • .panel-warning – Represents Warning
  • .panel-danger – Represents Error Message With Danger State

Let us have look on each state with example And demo-

Bootstrap Panel States

Example-

Panel with .panel-default class
Hi I Am Basic Panel With Heading.
Panel with .panel-primary class
Hi I Am Basic Panel With Heading.
Panel with .panel-success class
Hi I Am Basic Panel With Heading.
Panel with .panel-info class
Hi I Am Basic Panel With Heading.
Panel with .panel-warning class
Hi I Am Basic Panel With Heading.
Panel with .panel-danger class
Hi I Am Basic Panel With Heading.

Try it »

The above example will produce following output-

Tip : If you want to group together wrap them with a div hvaing the class .panel-group.

Bootstrap form control states


Bootstrap form control states : Bootstrap Form Controls are specially used for representing form’s state such as input focus, input disabled and validation state eg. form input validation error or success.

Using the bootstrap form control states you can represent the states in nice way.

We are going to explain the states available in bootstrap with example and demo.


List Of Bootstrap form control states

Here is the list of form control states –

  • VALIDATION STATES

    1. Error : Represents the input with error. Add the class .has-error in its parent element.
    2. Warning : Represents the input with warning. Add the class .has-warning in its parent element.
    3. Success : Represents the input with success. Add the class .has-success in its parent element.
  • DISABLED INPUTS : Represents inputs in disabled state. .disabled class is used to disable the input field.
  • READONLY INPUTS ; Represents a readonly input field. .readonly class is used to make the input field readonly.
  • INPUT FOCUS : Used to focus the input field.
  • DISABLED FIELDSETS: Used to represent the Disabled field set.
  • ICONS(Feedback) .has-feedback is used to add feedback icon.
  • HIDDEN LABELS: The class .sr-only is used for invisible icons.

Bootstrap form control states Example

The above form control states are included in the demo. You can edit and try them online to see the output.

Try it »

Output of the above code-

Bootstrap form control states

The above form control states shown in the example are used in Validation or when you some special state of the form elements. These states are important when you are validating the form. You can use these states to show different states while you are validating form or you want to represent some state with message.

Bootstrap Switch Button


Bootstrap Switch Button example : Bootstrap switch buttons are used to provide the switch functionality. You need to add js and css file in order to create and use the bootstrap switch buttons. We are going to create swith button step by step and demo with online editor. You can edit code and see output online with our online editor.


Bootstrap Switch Button Example with demo

Steps to create switch buttons in bootstrap –

  • Include – bootstrap-switch.min.css – Download this file and keep in your css folder or include it from cdn.
  • Include – bootstrap-switch.min.js – Download this file and keep in your js folder or include it from cdn.

We have included these files from cdn.






Here is an Example with Demo – Try It :

Try it »

The Above Example Will Produce output something like this-

Bootstrap Switch Button Example And Demo

Bootstrap Button Groups

Bootstrap Button Groups : You can create a group of buttons (ie. in single line) in bootstrap.

.btn-group is used to create button group in bootstrap.

Basic Example of Bootstrap Button Groups is :

Bootstrap button groups

Bootstrap Button Group : Example

Try it »

Bootstrap Button Groups : Justified

.btn-group-justified class is used to create justified bootstrap button group.
bootstrap-btn

Bootstrap Button Groups : Justified Example


Try it »

Bootstrap Button Groups : Vertical

.btn-group-vertical class is used to create vertical bootstrap button groups.

Bootstrap Button Groups : Vertical

Bootstrap Button Group : Vertical Example

Try it »

Bootstrap Button Groups : Nested

bootstrapbtn-grousp

Simple example of nested bootstrap button group is as :

Bootstrap Button Group : Nested Example

Try it »

Bootstrap Progress Bar

Bootstrap Progress Bar : Is used to show user’s task progress.
Different types of progress bars are available in the Bootstrap.

A simple and default Progress bar is :

Bootstrap progress bar basic example demo

Bootstrap progress bar basic example demo

Bootstrap Progress Bar: Basic Example

Basic Progress Bar

60% Completed

Try it »

Progress Bar Colored :

Following are the classes used for the colored Progress Bar.
.progress-bar-info
.progress-bar-warning
.progress-bar-success
.progress-bar-danger

Bootstrap colored progress bar example

Bootstrap colored progress bar example

Progress Bar Colored : Example

Colored Progress Bar

60% Completed - [Info bar]
60% Completed - [warning]
60% Completed - [success]
60% Completed - [danger]

Try it »

Bootstrap Progress Bar Striped :

Add the following class for the stripped progress bar.
.progress-bar-striped

Bootstrap stripped progress bar example demo

Bootstrap striped progress bar example demo

Bootstrap Progress Bar: Striped Example

Colored Progress Bar

60% Completed - [Info bar]
60% Completed - [warning]
60% Completed - [success]
60% Completed - [danger]

Try it »

Progress Bar Animated :

Add the following class for the animated progress bar.
.active

Bootstrap animated progress bar example demo

Bootstrap animated progress bar example demo

Bootstrap Progress Bar: Animated Example

Animated Progress Bar

60% Completed - [Animated]

Try it »

Bootstrap Scrollspy

Bootstrap Scrollspy : Bootstrap scrollspy is used for navigation. It navigates the users to the different sections of the page.

Bootstrap Scrollspy : Basic Example

    

Section One

Demo Section

Section Two

Demo Section

Section Three

Demo Section

Section Four

Demo Section

Try it »

Bootstrap Modal Plugin

Bootstrap Modal Plugin : Bootstrap Modals are basically dialog box/popup box which are used to provide some additional information or prompt user to perform some action. Bootstrap modals are easy to implement.

Bootstrap Modal Plugin Code And Example

Bootstrap Modal Demo And Example


Create Basic Modal

Bootstrap Modal Plugin

Bootstrap Modal Example : Basic

  





Try it »

BootStrap Modal Sizes :

There are following bootstrap modal size available .
Note : Class .modal-sm is used for creating small modal.

Bootstrap Modal : Small

  





Try it »

Note : Class .modal-lg is used for creating large modal.

Bootstrap Modal : Large

  





Try it »