Footer¶
The footer provides legal information like copyrights and further links to legal artifacts to users.
Usage¶
The footer is a part of an overarching concept for legal guidelines.
When to use¶
The footer is mandatory in the following cases:
- On the landing page.
- On all other pages, where no application header is provided, which contains the legal information.
The footer must not be used on pages, where the application header is provided, and contains the legal information.
Design¶
Elements¶
The footer contains the Copyright Notice
and a link list to (legal) artifacts.
- Link list, 2. Copyright notice
Wide version¶
The wide representation of the footer has to be used if the Copyright Notice
and the links do have enough space on a single line.
Small version¶
The small representation of the footer has to be used if the Copyright Notice
and the links do not have enough space on a single line. The Copyright Notice
gets an own line always and a link must not contain a line break.
Code¶
The links
input allows 3 kinds of links.
action
perform a given function.href
link to external websites.link
link to an internal route.
The vertical padding of this component can be configured. Just set $page-footer-padding
(Default: 13px) to your desired value.
Usage¶
import { SiFooterComponent } from '@siemens/element-ng/footer';
@Component({
imports: [SiFooterComponent, ...]
})
SiFooterComponent API Documentation¶
si-footer
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
copyright | string | Copyright of your application. | |
links ¶ | Link [] | List of additional links. |
Types Documentation¶
|
Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality. |
---|
Translatable import imported from @siemens/element-translate-ng |
---|
Except where otherwise noted, content on this site is licensed under MIT License.