Nextjs Core Footers
-Pro Component
This is the bottom navigation of our demo app.
Style
You will find the styles for this component in
assets/jss/nextjs-material-dashboard-pro/components/footerStyle.js
and
assets/jss/nextjs-material-dashboard/components/footerStyle.js
.
Examples
- You can check our free live preview here
- For the PRO version, check fluid here
- For the PRO version, check white here
- For the PRO version, check rtlActive here
Props pro
Footer.propTypes = {
fluid: PropTypes.bool,
white: PropTypes.bool,
rtlActive: PropTypes.bool
};