UIkitImage: Create an UIkit image

Description Usage Arguments Author(s) Examples

View source: R/UIkitImage.R

Description

Create a special UIkit ready image tag

Usage

1

Arguments

src

Image source or path.

width

Image width in pixels.

height

Image height in pixels.

Author(s)

David Granjon, dgranjon@ymail.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
if(interactive()){
library(shiny)

shiny::shinyApp(
 ui = UIkitPage(
   title = "My UIkit application",
   UIkitImage(
    src = "https://getuikit.com/docs/images/photo.jpg",
    width = "500",
    height = "500"
   )
 ),
 server = function(input, output) {}
 )
}

DivadNojnarg/shinyUIkit documentation built on July 24, 2019, 8:17 a.m.