Repo Card
About 254 wordsLess than 1 minute
2025-10-08
Overview
The Repo Card component is used to display GitHub/Gitee repository information.
Usage
Components do not need to be registered; the theme will automatically import the RepoCard component on demand.
Simply use it directly in the markdown file:
<!-- use it in markdown -->
<RepoCard repo="pengzhanbo/vuepress-theme-plume" />Props
Optional
Type:
'github' | 'gitee'Default:'github'
Repository platform. Currently only github/gitee are supported.
Optional
Type:
booleanWhether to display the full repository name.
The full repository name is owner/repo.
- If the owner is an individual, the full repository name is not displayed by default, only
repois shown. - If the owner is an organization, the full repository name is displayed by default.
Examples
Single Card
Input:
<RepoCard repo="pengzhanbo/vuepress-theme-plume" />Output:
Multiple Cards
If you want to display multiple cards side by side in a compact way, you can use the CardGrid component.
Input:
<CardGrid>
<RepoCard repo="vuepress/core" />
<RepoCard repo="vuepress/ecosystem" />
</CardGrid>Output:
Input:
<CardGrid>
<RepoCard repo="pengzb/vuepress-theme-plume" provider="gitee" />
<RepoCard repo="pengzb/vite-plugin-mock-dev-server" provider="gitee" />
</CardGrid>Output:
Contributors
Changelog
9/12/26, 10:04 AM
View All Changelog
7a454-feat(plugin-md-power): dropoptionaltag infieldcontainer (#987)on1d04d-feat: add builtin auto-import-components (#932)on16c2d-docs: update field containeron38505-docs: update en docs (#708)on4d236-feat(theme)!: add collections support (#704)on94e75-feat(theme): add gitee provider support for repocard, close #674 (#675)on49d84-feat(theme): addfullnameprop support forRepoCard, close #669 (#670)ond1496-docs: update docson0fd6c-refactor(theme): improve types and flat config (#524)on597a1-style: lint fixon
