thumbnail_label: Add a custom thumbnail with a label and button

View source: R/thumbnail_label.R

thumbnail_labelR Documentation

Add a custom thumbnail with a label and button

Description

Add a custom thumbnail with a label and button

Usage

thumbnail_label(image, label, content, button_link, button_label)

Arguments

image

a object of class character

label

a object of class character

content

a object of class character

button_link

a object of class character

button_label

a object of class character

Value

a HTML object to be included in the ui section of a shiny app

See Also

Thumbnails

Examples

 thumbnail_label(image = 'Rlogo.png', label = 'App 1', content = 'here we go again',
 button_link = 'http://getbootstrap.com/', button_label = 'Click me')

shinyLP documentation built on Oct. 26, 2023, 1:07 a.m.