View source: R/ds-breadcrumbs.R
| ds_breadcrumbs | R Documentation |
Create a breadcrumb navigation trail.
ds_breadcrumbs(..., class = NULL)
... |
Child elements (typically list items with links) |
class |
Additional CSS classes |
A Shiny tag object
ds_breadcrumbs(
htmltools::tags$ol(
htmltools::tags$li(ds_link("Home", href = "/")),
htmltools::tags$li(ds_link("Products", href = "/products")),
htmltools::tags$li(htmltools::tags$span("Current Page"))
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.