YuhuanStudioYunUIDocs
AI

Footer

A site footer with a brand block, link columns, copyright, and social icon links.

A site footer: a brand block with logo and tagline, link columns (FooterSection[]), a copyright line, and social icon links (FooterSocial[]) in the bottom bar. Links go through the configured Link adapter. The package also exports dependency-free GithubIcon, DiscordIcon, and InstagramIcon for the social slots.

Import

import { Footer, GithubIcon, DiscordIcon, InstagramIcon } from "@yuhuanowo/yunui/ai";

Basic

Basic

Props

PropTypeDefaultDescription
appName*stringBrand name shown next to the logo.
copyrightstringDefaults to `© <year> <appName>. All rights reserved.`
homeHrefstring/Where the logo links to.
logoSrcstring/favicon.icoLogo image src.
sectionsFooterSection[][]Link columns.
socialFooterSocial[][]Social/icon links shown in the bottom bar.
taglinestringShort brand tagline under the logo.

On this page