neosrulez/fusionlooppagination

Last activity 29 Nov 2022 2 1889
composer require neosrulez/fusionlooppagination

Neos.Fusion:Loop pagination

dev-master

Version
dev-master
Type
neos-package
Release Date
Nov 29, 2022 06:34
Source
git
Distribution
zip
Requires
  • neos/neos: *
d39e4a6392fe00cf6f1e46ae152d4ba5a2218569

Readme excerpt

Pagination for <Neos.Fusion:Loop />

Easily configurable component that adds a pagination to <Neos.Fusion:Loop />

Usage pages = ${q(site).find('[instanceof Neos.Neos:Document]').sort('_index', 'DESC')} <NeosRulez.FusionLoopPagination:Component.Paginated collection={props.pages} itemsPerPage="4"> <ul> <Neos.Fusion:Loop items={paginatedItems} itemName="item" > <li> <Neos.Neos:NodeLink node={item}> {item.properties.title} </Neos.Neos:NodeLink> </li> </Neos.Fusion:Loop> </ul> </NeosRulez.FusionLoopPagination:Component.Paginated> Installation

The NeosRulez.Bootstrap…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 85 package(s).