@extends('layouts.master') @section('css') @endsection @section('main_content')
Progress components are built with two HTML elements, some CSS to
set the width, and a few attributes. We use the.progress ,
progress-barrequires an inline style, utility class, or custom CSS to set their
width.
Add.progress-bar-striped , progress-barto
apply a stripe via CSS gradient over the progress bars background color Using CSS
Effects.
The striped gradient can also be animated.
Add.progress-bar-animated , progress-barto animate the stripes
right to left via CSS3 animations.
Include multiple progress bars in a progress component if you need
to apply a stripe via CSS gradient overthe progress bars
background color Using CSS Effects.
Use the.position-absoluteto set progress
numbers steps.
Use the.progress-bar-animated ,
.progress-bar-stripedto animate the stripes right to left.
Use.sm-progress-barclass to change
progress size to small.
Use.lg-progress-barclass to change
progress size to large.
Set a height value on the.progressfor
custom-height.