Learn R Programming

cascadess (version 0.1.0)

cascadess: Cascadess

Description

Styles for htmltools tags.

For styles to be applied you must include a call to cascadess() in your shiny application or htmltools tags.

Usage

cascadess()

Arguments

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
library(shiny)

shinyApp(
  ui = list(
    cascadess(),
    div(
      .style %>%
        padding(3) %>%
        background("indigo") %>%
        font("light"),
      "Etiam laoreet quam sed arcu."
    )
  ),
  server = function(input, output) {

  }
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab