Description Usage Arguments Functions See Also
View source: R/bulma-breadcrumb.R
A simple breadcrumb component to improve your navigation experience.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | bulma_breadcrumb(
...,
outer_tag_content = list(),
align = c("left", "centered", "right"),
separator = c("arrow", "bullet", "dot", "succeeds"),
size = c("small", "medium", "large"),
outer_tag = tags$nav,
inner_tag = tags$ul
)
bulma_breadcrumb_item(
...,
value = NULL,
active = FALSE,
outer_tag = tags$li,
inner_tag = tags$a
)
|
... |
(tag) content |
outer_tag_content |
(tag) content to be added to the outer tag. |
align |
(str) For alternative alignments, use the |
separator |
(str) choose between 4 additional separators: |
size |
(str) |
outer_tag, inner_tag |
(fun) container |
value |
(string) shiny input value |
active |
(flag) whether or not this item is active |
bulma_breadcrumb
: main container
bulma_breadcrumb_item
: breadcrumb item
Other Bulma Components:
bulma_card()
,
bulma_dropdown()
,
bulma_menu()
,
bulma_message()
,
bulma_modal()
,
bulma_navbar()
,
bulma_pagination()
,
bulma_panel()
,
bulma_tabs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.