frontPage: Create a styled front page

Description Usage Arguments Examples

View source: R/front-page.R

Description

Create a front page with title, subtitle and background image.

Usage

1
2
3
4
5
6
7
frontPage(
  title = "My Shiny App",
  subtitle = NULL,
  background = NULL,
  background_scale = TRUE,
  ...
)

Arguments

title

The title to display in the front page

subtitle

The subtitle to display in the front page

background

The background to display in the front page

background_scale

Use CSS properties to scale the background image

...

additional arguments

Examples

1
frontPage("Much content", "Very nice")

pachadotdev/shinybird documentation built on Feb. 2, 2022, 12:27 a.m.