@orangecheck/design / OcFamilyFooterProps
Interface: OcFamilyFooterProps
Defined in: chrome/family-footer.tsx:31
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-brand"></a> brand | OcFamilyFooterBrand | - | chrome/family-footer.tsx:32 |
<a id="property-builtwith"></a> builtWith? | any | Override the right-hand bitcoin tag (e.g. 'read on bitcoin'). | chrome/family-footer.tsx:52 |
<a id="property-classname"></a> className? | string | - | chrome/family-footer.tsx:53 |
<a id="property-columns"></a> columns? | FooterColumn[] | The site's own §-labelled link groups. | chrome/family-footer.tsx:34 |
<a id="property-family"></a> family? | "products" | "protocols" | "both" | Append registry-driven family columns (products / protocols) sourced from FAMILY_PROPERTIES, so any footer that lists the family can never drift from the canonical table. 'products' is the five live products, etc. | chrome/family-footer.tsx:40 |
<a id="property-legalbase"></a> legalBase? | string | Origin the legal-bar links resolve against. Defaults to ochk.io. | chrome/family-footer.tsx:42 |
<a id="property-legalcopyright"></a> legalCopyright? | any | Override the left copyright line. Defaults to the canonical OC line. | chrome/family-footer.tsx:44 |
<a id="property-legallinks"></a> legalLinks? | FooterLink[] | Override the centre legal links. Defaults to privacy / terms / security / trademarks / contact (resolved against legalBase). Pass your own when a site needs an extra link (e.g. a federation charter) or a shorter set. | chrome/family-footer.tsx:50 |