almondTheme: Add Almond.CSS Theme to UI

View source: R/almond.R

almondThemeR Documentation

Add Almond.CSS Theme to UI

Description

Creates the dependency required for Almond.CSS to be included in the HTML of a page.

Usage

almondTheme(lite = FALSE)

Arguments

lite

Logical, should the lite version of almond.css be used? Default is FALSE

Value

An htmlDependency to the relevant Almond.CSS style file

Examples

library(htmltools)
library(classless)

ui <- tags$html()
ui <- htmltools::attachDependencies(
  ui,
  almondTheme()
)


ashbaldry/classless documentation built on June 2, 2022, 12:55 a.m.