Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

blockQuote

AdminLTE2 block quote


Description

If you want to quote text

Usage

blockQuote(..., side = "left")

Arguments

...

any element.

side

blockquote orientation. "left" by default, can be set to "right".

Author(s)

David Granjon, dgranjon@ymail.com

Examples

if (interactive()) {
 library(shiny)
 library(shinydashboard)
 library(shinydashboardPlus)
 
 shinyApp(
  ui = dashboardPage(
    dashboardHeader(),
    dashboardSidebar(),
    dashboardBody(
     box(
      title = "BlockQuote example",
      blockQuote("I quote some text here!"),
      blockQuote("I quote some text here!", side = "right")
     )
    ),
    title = "blockQuote"
  ),
  server = function(input, output) { }
 )
}

shinydashboardPlus

Add More 'AdminLTE2' Components to 'shinydashboard'

v2.0.1
GPL (>= 2) | file LICENSE
Authors
David Granjon [aut, cre], RinteRface [cph], Almasaeed Studio [ctb, cph] (AdminLTE2 theme for Bootstrap 3), Guang Yang [ctb, cph] (ygdashboard original template), Winston Chang [ctb, cph] (Functions from shinydashboard), Victor Perrier [ctb] (improved the shinydashboardPlusGallery)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.