Description Usage Value Examples
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
.
1 |
A shiny.tag.list
containing tags to enable the JS and CSS required for this package.
1 2 3 4 5 6 7 8 9 10 11 12 | if (interactive()) {
library(shiny)
library(shiny.semantic)
library(fomantic.plus)
ui <- semanticPage(
title = "Hello Fomantic UI",
tags$head(
extendShinySemantic()
)
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.