neosrulez/fusionlooppagination
composer require neosrulez/fusionlooppagination
Neos.Fusion:Loop pagination
1.0.0
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> InstallationThe NeosRulez.Bootstrap…
Read more
The same vendor provides 85 package(s).