@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 @endsectionUse background utility classes to change the appearance of individual progress bars.
Add .progress-bar-animated to .progress-bar to animate the stripes right to left via CSS3 animations.
Add labels to your progress bars by placing text within the .progress-bar.
We only set a height
value on the .progress-bar, And add background color class.
Add .progress-vertical
to any .progress-bar-animated to apply a
stripe via CSS gradient over the progress bar’s background color.