container: Customisable containers

Description Usage Arguments Value

Description

Customisable containers

Usage

1
2
3
4
5
6
7
container(..., is_dark = FALSE, is_rounded)

container_with_title(title = NULL, ..., is_centered = FALSE,
  is_dark = FALSE, title_tag = "h2")

container_simple(..., is_centered = FALSE, is_dark = FALSE,
  is_rounded = FALSE)

Arguments

...

Content of the container

is_dark

Should the container be dark?

is_rounded

Should the container be rounded?

title

Title of the container

is_centered

Should the container be centered?

title_tag

Header level of the title of the container

Value

a taglist


ColinFay/nessy documentation built on May 29, 2019, midnight