accessibilityTitle | accessibility-title | Footer title text, visually hidden, necessary for screen readers. | string | undefined |
accessibilityTitleLevel | accessibility-title-level | Level of the accessibility title, will be rendered as heading tag (e.g. h1). Defaults to level 1. | "1" | "2" | "3" | "4" | "5" | "6" | '1' |
expanded | expanded | Whether to allow the footer content to stretch to full width. By default, the content has the appropriate page size. | boolean | false |
negative | negative | Negative coloring variant flag. | boolean | false |
variant | variant | Variants to display the footer. The default, displays the content in regular block element approach. The clock-columns, used a css-grid for displaying the content over different breakpoints. | "clock-columns" | "default" | 'default' |