Are you an LLM? View https://rspress.rs/llms.txt for optimized Markdown documentation, or https://rspress.rs/llms-full.txt for full documentation bundle. This page is also available as Markdown at https://rspress.rs/zh/ui/layout-components/home-background.md
import { HomeBackground as BasicHomeBackground } from '@rspress/core/theme-original';export function HomeBackground() { return <BasicHomeBackground className="my-custom-bg" />;}