classlessTheme | R Documentation |
Creates the dependency required for Classless.css to be included in the HTML of a page.
classlessTheme(theme = NULL, tiny = FALSE, include_tabbox = TRUE)
theme |
One of the following:
|
tiny |
Logical, should only minimal CSS be included? If |
include_tabbox |
Logical, should the styling for tab boxes be included? |
An htmlDependency
to the relevant Classless.css style file
library(htmltools) library(classless) ui <- tags$html() ui <- htmltools::attachDependencies( ui, classlessTheme() )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.