inst/examples/SuperTinyIcons/ui.R

shinyUI(
  fluidPage(
    tags$head(
      tags$style(
        HTML(css)
      )
    ),
    class = "flexcol",
    br(),
    helpText(
      "This example illustrates some 'search' options."
    ),
    tags$hr(),

    titlePanel("Super tiny icons"),
    fluidRow(
      column(
        width = 6,
        jstreeOutput("jstree", height = "auto")
      ),
      column(
        width = 6,
        tags$div(class = "stretch"),
        tags$div(
          class = "bottomright",
          tags$div(
            uiOutput("icon"),
            checkboxInput("transparent", "Transparent background")
          )
        )
      )
    )
  )
)

Try the jsTreeR package in your browser

Any scripts or data that you put into this service are public.

jsTreeR documentation built on July 4, 2024, 9:08 a.m.