material_gallery: Create a material gallery

Description Usage Arguments Examples

Description

Create a material gallery

Usage

1
material_gallery(..., id, fullscreen = FALSE)

Arguments

...

Slot for material_gallery_item.

id

Unique gallery id.

fullscreen

Whether to display in a fullscreen mode.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
material_gallery(
 material_gallery_item(
  src = "https://pixinvent.com/materialize-material-design-admin-template/images/gallary/22.png",
  "A beautiful image"
 ),
 material_gallery_item(
  src = "https://cdn.dribbble.com/users/329207/screenshots/3761869/bemocs_rei_labor_day_dribbble.jpg",
  "Another beautiful image"
 ),
 material_gallery_item(
  src = "https://img00.deviantart.net/2cb5/i/2017/048/a/4/blue_mountain_by_jordangrimmer-dazetlq.jpg",
  "Yet another beautiful image"
 )
)

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