material_img: Material Image

Description Usage Arguments Examples

Description

Createa material Image element

Usage

1
2
material_img(src, width = NULL, heigth = NULL, class = NULL,
  caption = NULL, ...)

Arguments

src

String. The file path of the image

width

Integer The width of the image in pixels

heigth

Integer The heigth of the image in pixels

class

String. Aditional class to image

caption

String. The caption of the image

...

tagList. Any additional tag list

Examples

1
2
require(materializer)
material_img(src = "image.png", width = 50)

TuSKan/materializer documentation built on May 17, 2019, 6:35 p.m.