An Applicaiton Footer is a global component that is places at the bottom on an application.
Use the content-region slot to add additional content to the right of the copyright statement. A divider is automatically added when the content-region slot is populated.
Stacked should be used with small viewport dimensions, like on a mobile device. Use the Basic variants for larger viewport dimensions on Desktop and Tablet.
Use the *content-region slot to add additional content to the right of the copyright statement. A divider is automatically added when the content-region slot is populated.
import '@ods/components/web.application-footer';Note: You only need to import a web component once in your code, as it registers itself globally when defined, allowing you to use it anywhere within your application without needing to re-import it each time you want to use the component.
This component is still in development and cannot be imported at this time.
| Name | Description |
|---|---|
| logo-region | The region to place a logo. |
| copyright-region | The region to place copyright content. |
| content-region | The region to place additional content. |
Please note, both DOM properties and HTML attributes are shown in the table below. Unless otherwise specified, the property and attribute names are identical.
| Property/Attribute | Reflects | Type | Default |
|---|---|---|---|
variant | 'horizontal' | 'stacked' | 'horizontal' | |
copyrightText | string | '' | |
footerContent | string | '' |
| Name | Description |
|---|---|
| base | The component's base wrapper. |
| logo | The container that wraps the logo region. |
| content | The container that wraps the content region. |