FooterCountryList
FooterCountryList is a sub-component of the Footer organism.
It is used to display a list of links to the other countries OE operates in.
Basic Usage
Note: Aria labels will be localised based on the current country
import { FooterCountryList } from '@krakentech/coral-organisms';
<FooterCountryList currentCountry="DE" />Properties
Omit
It may be that you do not want to show the current country in the list. This can be achieved by passing the omit prop.
<FooterCountryList currentCountry="DE" omit />Full API
| Name | Type | Default |
|---|---|---|
currentCountry | CountryProvide the current country to set translation and optionally remove it from the list. | |
omit | booleanIf |
Last updated on