Colors

div(
  .style %>% display("flex"),
  lapply(names(border_color_), function(color) {
    div(
      .style %>%
        padding(4) %>%
        margin(3) %>%
        border(color),
      color
    )
  })
)

Round

div(
  .style %>% display("flex"),
  lapply(names(border_round_), function(round) {
    div(
      .style %>%
        padding(4) %>%
        margin(3) %>%
        border("blue", round = round),
      round
    )
  })
)


Try the cascadess package in your browser

Any scripts or data that you put into this service are public.

cascadess documentation built on Jan. 13, 2021, 5:10 p.m.