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)
Appsilon/shiny.fluent documentation built on April 20, 2024, 1:03 p.m.