Skip to content

Pagination


View Source 

Usage

css
@import "winduum/src/components/pagination/index.css" layer(components);

Variants

  • default 

Installation

Follow instructions for individual framework usage below

  • winduum 
  • winduum-vue 
  • winduum-react 

Example

html
<nav class="c-pagination" aria-label="pagination">
    <a class="ui-btn sm square muted pointer-events-none" href="#" aria-current="page">1</a>
    <a class="ui-btn sm square ghosted" href="#">2</a>
    <a class="ui-btn sm square ghosted" href="#">3</a>
    <a class="ui-btn sm square ghosted" href="#">4</a>
    <a class="ui-btn sm square ghosted">...</a>
    <a class="ui-btn sm square ghosted" href="#">30</a>
</nav>

Released under the MIT License.