inst/examples/tutorial/01_hello_world.R

# ---- helloworld-dependencies ----
library(shiny)
library(shiny.fluent)

# ---- helloworld ----
ui <- fluentPage(
  Text(variant = "xxLarge", "Hello world!")
)

server <- function(input, output, session) {}

shinyApp(ui, server)

Try the shiny.fluent package in your browser

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

shiny.fluent documentation built on May 29, 2024, 5:45 a.m.