chakraPage {shinyChakraUI} | R Documentation |
Chakra page
Description
Function to be used as the ui
element of a Shiny app;
it is intended to contain some chakraComponent
elements.
Usage
chakraPage(...)
Arguments
... |
elements to include within the page |
Value
A UI definition that can be passed to the
shinyUI
function.
[Package shinyChakraUI version 1.1.1 Index]