@extends('layouts.master') @section('title')Unikit @endsection @section('css') @endsection @section('body-start') @endsection @section('content') @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') UI Kit @endslot @slot('title') Progress @endslot @endcomponent @endsection

Basic Example

Use background utility classes to change the appearance of individual progress bars.

Striped and Animated Stripes Example

Add .progress-bar-animated to .progress-bar to animate the stripes right to left via CSS3 animations.

Labels and Multiple bars Example

Add labels to your progress bars by placing text within the .progress-bar.

20%
40%
20%
20%
20%

Height And Background Color Example

We only set a height value on the .progress-bar, And add background color class.

Vertical Example

Add .progress-vertical to any .progress-bar-animated to apply a stripe via CSS gradient over the progress bar’s background color.

100%
@endsection @section('script') @endsection @section('body-end') @endsection