Description Usage Arguments Functions See Also
A composable panel, for compact controls.
The bulma_panel()
contains:
bulma_panel_heading()
for the first child
bulma_panel_tabs()
for navigation
bulma_panel_block()
which can contain other elements
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | bulma_panel(
...,
color = c("primary", "link", "info", "success", "warning", "danger", "white",
"black", "light", "dark"),
tag = tags$nav
)
bulma_panel_heading(..., tag = tags$p)
bulma_panel_block(..., active = FALSE, tag = tags$div)
bulma_panel_icon(icon, tag = tags$span)
bulma_panel_tabs(..., tag = tags$p)
bulma_panel_tabs_item(..., active = FALSE, tag = tags$a)
|
... |
content |
color |
(string) styling |
tag |
(fn) tag container |
active |
(flag) whether this one is shown to be selected |
icon |
(string) icon declaration |
bulma_panel
: main container
bulma_panel_heading
: heading; first child of the panel
bulma_panel_block
: block; contains other elements, including bulma_control()
, bulma_input()
,
bulma_button()
, and bulma_panel_icon()
bulma_panel_icon
: icon element that appears to the left of each panel-block
bulma_panel_tabs
: tabs for navigation inside the panel; contains bulma_panel_tabs_item()
s.
bulma_panel_tabs_item
: tab item for inside the bulma_panel_tabs()
.
Other Bulma Components:
bulma_breadcrumb()
,
bulma_card()
,
bulma_dropdown()
,
bulma_menu()
,
bulma_message()
,
bulma_modal()
,
bulma_navbar()
,
bulma_pagination()
,
bulma_tabs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.