For AI agents: the complete documentation index is available at /rspress-russian/llms.txt, the full documentation bundle is available at /rspress-russian/llms-full.txt, and this page is available as Markdown at /rspress-russian/ui/components/source-code.md.
close

SourceCode

SourceCode отображает ссылку на исходный код в репозитории.

Использование

index.mdx
import { SourceCode } from '@rspress/core/theme';

<SourceCode href="https://github.com/web-infra-dev/rspress/blob/main/packages/theme-default/src/components/SourceCode/index.tsx" />

Пропсы

interface SourceCodeProps {
  /** Ссылка на исходный код */
  href: string;
  /** Платформа хостинга кода, определяет, какую иконку отображать */
  platform?: 'github' | 'gitlab';
}

Используйте platform, чтобы переключаться между иконками GitHub и GitLab. По умолчанию — 'github'.