Home > General Components > List

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:

  • List.js (@wq/material-web)
  • List.js (@wq/material-native)

The @wq/material-native implementation simply renders its children.