Description Usage Arguments Functions See Also
View source: R/bulma-pagination.R
A responsive, usable, and flexible pagination.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | bulma_pagination(
...,
align = c("left", "right", "centered"),
size = c("small", "medium", "large"),
rounded = FALSE,
tag = tags$nav
)
bulma_pagination_previous(..., disabled = FALSE, tag = tags$a)
bulma_pagination_next(..., disabled = FALSE, tag = tags$a)
bulma_pagination_list(..., tag = tags$ul)
bulma_pagination_link(
...,
current = FALSE,
outer_tag = tags$li,
inner_tag = tags$a
)
bulma_pagination_ellipsis(outer_tag = tags$li, inner_tag = tags$span)
|
... |
(tags) content |
align, size, rounded |
styling parameters |
tag |
(fn) default HTML tag |
disabled |
(flag) button is disabled |
current |
(flg) whether this link is the current page |
outer_tag, inner_tag |
(fn) default HTML tag |
bulma_pagination: main container, contains bulma_pagination_previous(),
bulma_pagination_next(), and bulma_pagination_list().
bulma_pagination_previous: Previous button
bulma_pagination_next: Next button
bulma_pagination_list: list of numbers or pages; contains bulma_pagination_link() and
bulma_pagination_ellipsis().
bulma_pagination_link: A certain page number or link in series of numbers or links
bulma_pagination_ellipsis: An ellipsis to show that certain bulma_pagination_link()s have been
skipped.
Other Bulma Components:
bulma_breadcrumb(),
bulma_card(),
bulma_dropdown(),
bulma_menu(),
bulma_message(),
bulma_modal(),
bulma_navbar(),
bulma_panel(),
bulma_tabs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.