semanticPage {shiny.semantic}R Documentation

Semantic UI page

Description

This creates a Semantic page for use in a Shiny app.

Usage

semanticPage(..., title = "", theme = NULL)

Arguments

...

Other arguments to be added as attributes of the main div tag wrapper (e.g. style, class etc.)

title

A title to display in the browser's title bar.

theme

Theme name or path


[Package shiny.semantic version 0.2.1 Index]