콘텐츠로 이동
RefineUI

Footer

브랜드, 내비게이션 그룹, 로케일, 소셜 링크가 있는 사이트 푸터.

Footer는 마케팅·앱 푸터용 복합 레이아웃입니다 — 브랜드, 링크 그룹, 메타 행, 로케일, 소셜 아이콘.

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.