List
@wq/material’s <List/>
component is the root list component. For native this is just a <Fragment/>
. <List/>
is analogous to <ul>
in HTML.
Source
While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:
The @wq/material-native implementation simply renders its children.