Home > General Components > HorizontalView

HorizontalView

@wq/material’s <HorizontalView/> component is a <View/> that distributes children across a single flex row. <HorizontalView/> is typically used for the form action bar. <HorizontalView/> is analogous to flex-direction:row in HTML.

Source

While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:

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