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

Default Example

Pagination links indicate a series of related content exists across multiple pages.

Disabled and active states

Pagination links are customizable for different circumstances. Use .disabled for links that appear un-clickable and .active to indicate the current page.

Sizing Example

Fancy larger or smaller pagination? Add .pagination-lg or .pagination-sm for additional sizes.

Alignment Example

Change the alignment of pagination components with flexbox utilities.

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