Bs Pager
Bootstrap Pager
What is Pager?
Pager is every 2d good a shape of pagination (as described inwards the previous chapter).Pager provides previous in addition to side past times side buttons (links).
To practise previous/next buttons, add together the
.pager
shape to an <ul>
element:Example
<ul class="pager">
<li><a href="#">Previous</a></li>
<li><a href="#">Next</a></li>
</ul>
Result:
Align Buttons
Use the.previous
in addition to .next
classes to align each push clit to the sides of the page:Example
<ul class="pager">
<li class="previous"><a href="#">Previous</a></li>
<li class="next"><a href="#">Next</a></li>
</ul>
Comments
Post a Comment