| page_navbar | R Documentation |
A convenience function for creating a simple layout with a navigation header and main content area. This is ideal for dashboard-style applications.
page_navbar(..., title = NULL, logo = NULL, nav_actions = NULL, footer = NULL)
... |
Main content area |
title |
Application title shown in the navigation header |
logo |
Optional logo component for the navigation |
nav_actions |
Optional actions for the navigation bar (placed in |
footer |
Optional footer content |
An object of class calcite_component containing a configured shell
page_navbar(
title = "My Dashboard",
nav_actions = list(
calcite_action(icon = "gear", text = "Settings"),
calcite_action(icon = "sign-out", text = "Logout")
),
"Dashboard content here"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.