Footer

This component models the footer of an application or website, typically containing branding, legal links, and styling options.

Constructors

Footer

Footer creates a new TFooter with default content padding.


Methods

MethodDescription
BackgroundColor(backgroundColor ui.Color)BackgroundColor sets the background color of the footer.
ContentPadding(content ui.Length)ContentPadding is a padding between the footer line separator and the view before the footer (typically the actual page content). Set to "" to disable any padding.
GeneralTermsAndConditions(gtc LinkOrNavigationPath)GeneralTermsAndConditions sets the GTC link of the footer.
Impress(impress LinkOrNavigationPath)Impress sets the imprint link of the footer.
Logo(logo ui.DecoredView)Logo sets the logo view of the footer.
PrivacyPolicy(gdpr LinkOrNavigationPath)PrivacyPolicy sets the privacy policy (GDPR) link of the footer.
ProviderName(copyright string)ProviderName sets the copyright/provider name of the footer.
Slogan(slogan string)Slogan sets the slogan text of the footer.
TermsOfUse(termsOfUse LinkOrNavigationPath)TermsOfUse sets the terms of use link of the footer.
TextColor(textColor ui.Color)TextColor sets the text color of the footer.