@extends('layouts.default') {{-- Page title --}} @section('title') Progressbar @parent @stop {{-- page level styles --}} @section('header_styles') @stop @section('content')

Progressbar

Default Progressbar

Use class .progress for basic accordion

Color Progressbar

You can give bootstrap colors to progress bars

Progressbar Striped

Use class .progress-bar-striped

Striped Animated

Use class .progress-bar-striped progress-bar-animated

With Label

Progress bar with labels

60%
Photoshop
90%
60% completed

Progressbar Sizes

Add class progress-{size}




@stop @section('footer_scripts') @stop