bulma_pagination: Bulma Pagination

Description Usage Arguments Functions See Also

View source: R/bulma-pagination.R

Description

A responsive, usable, and flexible pagination.

Pagination.

Usage

 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)

Arguments

...

(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

Functions

See Also

Other Bulma Components: bulma_breadcrumb(), bulma_card(), bulma_dropdown(), bulma_menu(), bulma_message(), bulma_modal(), bulma_navbar(), bulma_panel(), bulma_tabs()


tjpalanca/bulma.R documentation built on Dec. 23, 2021, 10:58 a.m.