material_carousel_item: Create a material carousel item

Description Usage Arguments

Description

Create a material carousel item

Usage

1
2
material_carousel_item(..., src = NULL, enable_content = FALSE,
  title = NULL, color = NULL, fixed = FALSE)

Arguments

...

any element. Only if enable_content is TRUE.

src

Image path or url.

enable_content

Whether to enable content or not. FALSE by default.

title

Item title. Only if enable_content is TRUE.

color

Item color. Only available when enable_content is TRUE. Visit http://materializecss.com/color.html for a list of available colors.

fixed

Whether to fix the content or not. FALSE by default.


DivadNojnarg/shinymaterialPlus documentation built on May 10, 2019, 9:28 a.m.