Home > General Components > FooterContent

FooterContent

@wq/material’s <FooterContent/> component renders the default text content in the Footer. Override this component to change the text while preserving the style. Override Footer if you would like a completely different layout (perhaps using BottomNavigation).

Source

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

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

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