# NOT RUN {
if (interactive()) {
library(shiny)
library(shiny.semantic)
library(fomantic.plus)
ui <- semanticPage(
title = "Hello Fomantic UI",
tags$head(
extendShinySemantic()
)
)
}
# }
Run the code above in your browser using DataLab