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
listItemshelper wraps an array of components in the provided tag, stripping out any unnecessarySeparatorcomponents.By default, this tag is an
<li>tag, but this is customisable through the second function parameter,customTag.