Footer

This is the bottom navigation of our demo app.

Styles

You will find the styles for this component in
src/assets/jss/nextjs-material-kit/components/footerStyle.js.

Props

Footer.propTypes = {
  whiteFont: PropTypes.bool
};