Learn R Programming

shinyMobile (version 0.7.0)

f7ListItem: Create a Framework 7 contact item

Description

Create a Framework 7 contact item

Usage

f7ListItem(
  ...,
  title = NULL,
  subtitle = NULL,
  header = NULL,
  footer = NULL,
  url = NULL,
  media = NULL,
  right = NULL
)

Arguments

...

Item text.

title

Item title.

subtitle

Item subtitle.

header

Item header. Do not use when f7List mode is not NULL.

footer

Item footer. Do not use when f7List mode is not NULL.

url

Item url.

media

Expect f7Icon or img.

right

Right content if any.