A single <li class="page-item"> carrying a .page-link anchor. Use inside
bs_pagination().
Arguments
- ...
Link content (text or tags) and named HTML attributes applied to the
<a class="page-link">.- value
Value reported as
input$idby the enclosingbs_pagination()when this item is active. Defaults to the item's text.- href
Link target.
- active
If
TRUE, mark as the current page (.active,aria-current="page").- disabled
If
TRUE, render as a non-interactive link (.disabled,tabindex="-1",aria-disabled="true").- class
Extra classes for the
<li>.