Infinite-scroll
Infinite Scroll umožňuje implementovať dynamické načítavanie dát, keď používatelia prechádzajú väčším množstvom obsahu. Element umožňuje zobraziť akýkoľvek obsah zo zvoleného koncového bodu (endpointu) bez toho, aby bola potrebná ďalšia interakcia, napríklad kliknutie na tlačidlo “Načítať viac” alebo na odkaz na ďalšiu stránku. Komponent zároveň zobrazuje indikátor načítania (loader), aby informoval používateľov o načítavaní nového obsahu.
Počet načítaných položiek (size)
Atribút size
definuje počet položiek pri každom načítaní nového obsahu.
Vlastný obsah
Element Infinite scroll je možné použiť v kombinácii s akýmkoľvek Elements elementom. Napríklad Card
.
Atribúty a Vlastnosti
iterate
Description | It is used to identify the element to be used as a template for each item during the infinite scrolling process. |
Attribute | iterate |
Type | string |
Default | undefined |
placement
Description | It is used to specify the target element into which the loaded data is to be inserted during the infinite scroll process. Specifies where the newly loaded content is added within the DOM. |
Attribute | unit-display |
Type | string |
Default | undefined |
size
Description | Defines the number of items on each load. |
Attribute | unit-display |
Type | number |
Default | 10 |
url
Description | Defines the url of the endpoint of the data to be retrieved. |
Attribute | unit-display |
Type | string |
Default | undefined |
Eventy
No events available for this component.
Metódy
No public methods available for this component.
CSS Shadow Parts
No CSS shadow parts available for this component.
CSS Custom Vlastnosti
No CSS custom properties available for this component.