Renders the global footer in the light DOM.
import GlobalFooter from 'igniteui-astro-components/components/GlobalFooter.astro';| Prop | Type | Description |
|---|---|---|
lang |
NavLang |
Required. Locale — 'en' | 'jp' | 'kr'. |
- Fetches the IG footer HTML at build time via
fetchIgNav(lang).
---
import GlobalFooter from 'igniteui-astro-components/components/GlobalFooter.astro';
---
<GlobalFooter lang="en" />Same as GlobalNavBar — lang is provided automatically by DocsLayout from navLang in virtual:docs-template/site-meta.