<gov-flex justify-content="center" responsive="false">
    <gov-pagination size="m" color="primary" current="88" total="1000" aria-label="Stránkování aktualit" type="select" class=" gov-mobile-only">
    </gov-pagination>
    <gov-button color="primary" size="m" type="outlined" aria-label="Načíst dalších 10 aktualit" class=" gov-desktop-only">
        Načíst dalších 10

    </gov-button>
</gov-flex>
<gov-flex justify-content="center" responsive="false">
    {{#if pagination-mobile}}
        {{ render '@pagination' pagination-mobile merge=true }}
    {{/if}}
    {{#if pagination}}
        {{ render '@pagination' pagination merge=true }}
    {{/if}}
    {{#if button}}
        {{ render '@button' button }}
    {{/if}}
</gov-flex>
{
  "button": {
    "text": "Načíst dalších 10",
    "color": "primary",
    "type": "outlined",
    "size": "m",
    "aria-label": "Načíst dalších 10 aktualit",
    "classes": [
      "gov-desktop-only"
    ]
  },
  "pagination-mobile": {
    "type": "select",
    "current": "88",
    "total": "1000",
    "aria-label": "Stránkování aktualit",
    "classes": [
      "gov-mobile-only"
    ]
  }
}

No notes defined.