Description Usage Arguments Functions See Also
Simple responsive horizontal navigation tabs, with different styles. The Bulma tabs are a straightforward navigation component that come in a variety of versions.
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
)
|
... |
(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 ( |
active |
(flag) selected or chosen tab. |
bulma_tabs
: is the main container for the tabs.
bulma_tabs_item
: are placed in bulma_tab()
.
Other Bulma Components:
bulma_breadcrumb()
,
bulma_card()
,
bulma_dropdown()
,
bulma_menu()
,
bulma_message()
,
bulma_modal()
,
bulma_navbar()
,
bulma_pagination()
,
bulma_panel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.