use_vov: Use the vov package

Description Usage Examples

View source: R/vov.R

Description

Enables vov by including the CSS file necessary for the animations.

Usage

1

Examples

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

  ui <- fluidPage(
    use_vov(),
    fade_in(
      h1("Hello world!")
    )
  )

  server <- function(input, output, session) {}

  shinyApp(ui, server)
}

tyluRp/vov documentation built on Aug. 24, 2020, 3:19 a.m.