almondTheme | R Documentation |
Creates the dependency required for Almond.CSS to be included in the HTML of a page.
almondTheme(lite = FALSE)
lite |
Logical, should the lite version of almond.css be used? Default is |
An htmlDependency
to the relevant Almond.CSS style file
library(htmltools) library(classless) ui <- tags$html() ui <- htmltools::attachDependencies( ui, almondTheme() )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.