Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 693 Bytes

File metadata and controls

32 lines (21 loc) · 693 Bytes

GlobalFooter

Renders the global footer in the light DOM.

Import

import GlobalFooter from 'igniteui-astro-components/components/GlobalFooter.astro';

Props

Prop Type Description
lang NavLang Required. Locale — 'en' | 'jp' | 'kr'.

Behaviour

  • Fetches the IG footer HTML at build time via fetchIgNav(lang).

Example

---
import GlobalFooter from 'igniteui-astro-components/components/GlobalFooter.astro';
---
<GlobalFooter lang="en" />

Configuration

Same as GlobalNavBarlang is provided automatically by DocsLayout from navLang in virtual:docs-template/site-meta.