Footer Component

Introduction

The Footer component is the footer of the page. This footer contains the links to go to ‘About us’, ‘Careers’, ‘Contact us’, ‘Legal, etc. Also shows the language selection menu (when applicable).

To show the footer without language menu:

<enterprise-nav-footer show-language="false"></enterprise-nav-footer>

To show the footer with language menu:

<enterprise-nav-footer show-language="true"></enterprise-nav-footer>
or 
<enterprise-nav-footer show-language></enterprise-nav-footer>