Learn R Programming

nessy (version 0.0.0.9001)

container: Customisable containers

Description

Customisable containers

Usage

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