Pagination (pagination
)
Indicate a series of related content exists across multiple pages.
🔗 External documentation.
ID | Label | Description | Schema |
---|---|---|---|
items | Pagination items |
|
id: pagination
label: Pagination
description: 'Indicate a series of related content exists across multiple pages. '
homepage: 'https://getbootstrap.com/docs/4.0/components/pagination/'
variants:
default:
id: default
label: Default
lg:
id: lg
label: Larger
sm:
id: sm
label: Smaller
props:
items:
id: items
label: 'Pagination items'
schema:
type: array
items:
type: object
properties:
title:
type: string
attributes:
$ref: '#/$defs/attributes_value'
below:
type: object
examples:
preview:
id: preview
label: Preview
renderable:
'@component': pagination
items:
-
url: '#'
title: '« First'
-
url: '#'
title: '‹ Previous'
-
title: '4'
-
url: '#'
title: '5'
-
url: '#'
title: '6'
-
url: '#'
title: 'Next ›'
-
url: '#'
title: 'Last »'