fomantic.plus
Dependencies to shiny.semantic
ApplicationR/utils.R
extendShinySemantic.Rd
In order for any of the fomantic.plus
functionality to work
This will be automatically included in any xxx_page
function in this package,
for example navbar_page
.
extendShinySemantic()
A shiny.tag.list
containing tags to enable the JS and CSS required for this package.
if (interactive()) {
library(shiny)
library(shiny.semantic)
library(fomantic.plus)
ui <- semanticPage(
title = "Hello Fomantic UI",
tags$head(
extendShinySemantic()
)
)
}