Create a Framework 7 contact item
f7ListItem(
...,
id = NULL,
title = NULL,
subtitle = NULL,
header = NULL,
footer = NULL,
href = NULL,
media = NULL,
right = NULL,
routable = FALSE
)
Item text.
Optional id for item.
Item title.
Item subtitle. Only work if the f7List mode is media.
Item header. Do not use when f7List mode is not NULL.
Item footer. Do not use when f7List mode is not NULL.
Item external link.
Expect f7Icon or img
.
Right content if any.
Works when href is not NULL. Default to FALSE. If TRUE, the list item may point to another page. See f7MultiLayout. Can also be used in combination with href = "#" to make items appear as links, but not actually navigate anywhere, which is useful for custom click events.