extendShinySemantic {fomantic.plus}R Documentation

Add fomantic.plus Dependencies to shiny.semantic Application

Description

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.

Usage

extendShinySemantic()

Value

A shiny.tag.list containing tags to enable the JS and CSS required for this package.

Examples

if (interactive()) {
  library(shiny)
  library(shiny.semantic)
  library(fomantic.plus)

  ui <- semanticPage(
    title = "Hello Fomantic UI",
    tags$head(
      extendShinySemantic()
    )
  )
}


[Package fomantic.plus version 0.1.0 Index]