Skip to content
RefineUI

Footer

Site footer with brand, navigation groups, locale, and social links.

Footer is a compound layout for marketing and app footers — brand, link groups, meta row, locale, and social icons.

Overview

Machine-readable contract from Component Spec.

component: footerexport: Footerversion: 1attributes: data-refineui=footer

Anatomy

Partdata-refineui
rootfooter
brandfooter-brand
brand_descriptionfooter-brand-description
brand_namefooter-brand-name
copyrightfooter-copyright
explorefooter-explore
groupfooter-group
group_labelfooter-group-label
linkfooter-link
localefooter-locale
logofooter-logo
metafooter-meta
meta_endfooter-meta-end
navfooter-nav
socialfooter-social

States

ScopeCategoryValues
componentpseudofocus-visible
componentenvironmentforced-colors, dir

Focus

SectionPropertyValue
visualrequiredtrue
visualselector:focus-visible

Layout

PropertyValue
directionlogical
rtltrue
npm install @refineui/react @refineui/tokens
import {
Footer,
FooterBrand,
FooterNav,
FooterGroup,
FooterGroupLabel,
FooterLink,
FooterMeta,
FooterCopyright,
} from "@refineui/react";
<Footer>
<FooterBrand>RefineUI</FooterBrand>
<FooterNav>
<FooterGroup>
<FooterGroupLabel>Product</FooterGroupLabel>
<FooterLink href="/components/">Components</FooterLink>
</FooterGroup>
</FooterNav>
<FooterMeta>
<FooterCopyright>© Pelagornis</FooterCopyright>
</FooterMeta>
</Footer>

FooterBrand, FooterNav, FooterGroup, FooterGroupLabel, FooterLink, FooterExplore, FooterSocial, FooterLocale, FooterMeta, FooterMetaEnd, FooterCopyright.