Skip to content
Snippets Groups Projects
Forked from TO / Weby / ui-styleguide
96 commits behind the upstream repository.
next-prev-pagination.mustache 383 B
<nav class="pagination pagination--inline space-x-1 {{ classes }}">
  {{> atoms-icon-button(cta: "Předchozí", icon: "ico--chevron-left", classes: "btn--grey-125 btn--hoveractive btn--to-black btn--condensed btn--inverted-icon") }}
  {{> atoms-icon-button(cta: "Další", icon: "ico--chevron-right", classes: "btn--grey-125 btn--hoveractive btn--to-black btn--condensed") }}
</nav>