The listItems helper wraps an array of components in the provided tag, stripping out any unnecessary Separator components.
listItems
Separator
By default, this tag is an <li> tag, but this is customisable through the second function parameter, customTag.
<li>
customTag
Generated using TypeDoc v0.24.8
The
listItems
helper wraps an array of components in the provided tag, stripping out any unnecessarySeparator
components.By default, this tag is an
<li>
tag, but this is customisable through the second function parameter,customTag
.