For AI agents: the complete documentation index is available at https://rspress.rs/llms.txt, the full documentation bundle is available at https://rspress.rs/llms-full.txt, and this page is available as Markdown at https://rspress.rs/ui/layout-components/home-footer.md.
close
  • English
  • HomeFooter

    Warning

    This component is mainly used in conjunction with wrap/eject in Custom Theme , and is different from components that are directly imported in MDX. You can modify the styles and functions by passing component props or directly overriding the component. If you override the entire component through eject, please note that the reading of the corresponding configuration options of the component will become invalid and you need to control it yourself.

    This component is part of the homepage. HomeFooter renders footer information at the bottom of the homepage.

    Usage

    Modify or override through custom theme.

    import { HomeFooter as BasicHomeFooter } from '@rspress/core/theme-original';
    
    export default function HomeFooter() {
      return <BasicHomeFooter />;
    }

    This component doesn't accept any props. It internally reads the themeConfig.footer configuration through useSite.