Skip to content

Pagination

Code

import * as G from '.../components';

<G.Grid spaced>
<G.Column size={6}>
  <G.PaginationPrevious href="...">
    ...
  </G.PaginationPrevious>
</G.Column>
<G.Column size={6}>
  <G.PaginationNext href="..." disabled>
    ...
  </G.PaginationNext>
</G.Column>
</G.Grid>

Properties

This component extends the Base Component and supports all of its properties.
GentlentAn official Gentlent website. Official Gentlent websites are always linked from our website gentlent.com, or contain an extended validated certificate.