extendShinySemantic: Add 'fomantic.plus' Dependencies to 'shiny.semantic'...

Description Usage Value Examples

View source: R/utils.R

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

1

Value

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

Examples

 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()
    )
  )
}

fomantic.plus documentation built on Jan. 25, 2022, 1:15 a.m.