bulma_tabs: Bulma Tabs

Description Usage Arguments Functions See Also

View source: R/bulma-tabs.R

Description

Simple responsive horizontal navigation tabs, with different styles. The Bulma tabs are a straightforward navigation component that come in a variety of versions.

Tabs

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
bulma_tabs(
  ...,
  id = NULL,
  boxed = FALSE,
  toggle = FALSE,
  toggle_rounded = FALSE,
  align = c("left", "centered", "right"),
  size = c("small", "normal", "medium", "large"),
  full_width = FALSE,
  outer_tag = tags$div,
  inner_tag = tags$ul
)

bulma_tabs_item(
  ...,
  id = NULL,
  active = FALSE,
  outer_tag = tags$li,
  inner_tag = tags$a
)

Arguments

...

(tag) content

id

(str) string identifier

boxed, toggle, toggle_rounded

(flg) styling

align, size

(str) styling

full_width

(flg) whether the tabs stretch horizontally

outer_tag, inner_tag

(fn) generators for tags (<div><ul> for bulma tabs, <li><a> for bulma tab items.

active

(flag) selected or chosen tab.

Functions

See Also

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


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