Create a Framework 7 list index item
f7ListIndexItem(..., .noWS = NULL)
Attributes and children of the element. Named arguments become
attributes, and positional arguments become children. Valid children are
tags, single-character character vectors (which become text nodes), raw
HTML (see HTML
), and html_dependency
objects. You can
also pass lists that contain tags, text nodes, or HTML. To use boolean
attributes, use a named argument with a NA
value. (see example)
A character vector used to omit some of the whitespace that
would normally be written around this tag. Valid options include
before
, after
, outside
, after-begin
,
before-end
, and inside
. Any number of these options can be
specified.